Questions tagged [api-linkpreview]
15 questions
8
votes
1 answer
Can we extract image from LPLinkView in LinkPresentation framework?
I want to present a rich link in my app and also send those data to my server.
I need to access the image inside the view of LPLinkView.
how can I access the parameters inside it? (like: image, description, title, icon, and ext...)

Sajjad Sarkoobi
- 827
- 8
- 18
5
votes
1 answer
How to add link previews in django?
I'm doing a chat app in python Django and I Want to implement Link preview while typing that ink in chat box. Anybody familiar with this please help.

Arjun A G
- 98
- 7
1
vote
1 answer
Minipreview jQuery link preview contents of parent or
only
I'd like to use https://github.com/lonekorean/mini-preview to create mouseover previews for parts of a website only.
I have no problems using anchors from the target website to have the script render a full website preview, scrolled to where an…
Jure T
- 199
- 1
- 8
I'd like to use https://github.com/lonekorean/mini-preview to create mouseover previews for parts of a website only.
I have no problems using anchors from the target website to have the script render a full website preview, scrolled to where an…

Jure T
- 199
- 1
- 8
1
vote
2 answers
Crawl Public Facebook Posts
I made a website where people can post links for other websites and then the backend generates a preview of the link (by using curl and parsing out the open graph tags available on most websites / by picking the first image, html title etc). Now,…

TCB13
- 3,067
- 2
- 39
- 68
0
votes
0 answers
I am not able to set the og:title and og:description using react helmet and i am using Create React App(CRA). I am using Cloudflare CDN for hosting
When I use Facebook developer debug tools to find out how my og title and og description is set
https://developers.facebook.com/tools/debug/
I got below result in the Facebook debug tool which is actually in the index.html file of our React App…

Hiest
- 11
- 1
- 3
0
votes
0 answers
Link Preview For Reactjs Proejct
I've been working on a personal blogging website. Recently I added a share button for whatsapp using react-share APIs.

Harsh Sharma
- 3
- 3
0
votes
0 answers
Unable to get facebook videos meta data on live server
So I've been using this package for extracting meta-data of various web URLs. I've been able to extract metadata successfully for every site except Facebook. Some of the Facebook URLs are returning Login page metadata when scraped. For an instance,…

HV Sharma
- 4,891
- 3
- 15
- 30
0
votes
1 answer
Create link preview in live chat using angular typescript
I have issue to create link preview in live chat for my website. When user drop a url in their chat. The preview of that link will show in chat window, to do that i need to get the meta-data in element of the resource (in that url) like:

Khánh Đinh Ngọc
- 85
- 2
- 11
0
votes
1 answer
How to set the metadata of LPLinkView to nil
I'm using LPLinkView in a tableview cell. While scrolling the reused cell initially displays the LinkProvider of the recycled cell and then changes as soon as the network call completes. I want to prepare the cell for reuse. Is there a way to set…

Saad Rehman
- 363
- 1
- 7
- 18
0
votes
1 answer
Is there a best practice for fetching link previews?
Essentially given any url, I could fetch the webpage in Ruby using
doc = Nokogiri::HTML(open(my_url))
title = doc.at('meta[property="og:title"]')['content']
...
and extract the elements I need
Is there a best practice before fetching any links? It…

Matt
- 311
- 3
- 16
0
votes
0 answers
How can I automate the link preview shared on social medial (MS Teams, Slack, Twitter, Whats App, LinkedIn etc)?
I have some external links that I can share on different messaging apps(Twitter/Slack/WhatsApp etc.) like below:
http://adobe.com/
https://en.wikipedia.org/wiki/Stack_Overflow
The previews are generated but how can I automate this service for…

Vaibhav_Sharma
- 546
- 1
- 9
- 22
0
votes
2 answers
Link Perview for different routes in angular
Can some one please guide me with an angular issue. I have one scenario which I need to develop in angular 8, for every different URL (routing) we need link preview differently for example I am sharing some examples.

Harendra Nishad
- 11
- 1
0
votes
1 answer
Wordpress Website Link Preview not working in LinkedIn Groups
I want to share this article link (https://www.ngdevelop.tech/handsontable/) in the LinkedIn groups but the link preview is not working. This same thing happens for my previous two link share. Before the last two share, Link preview was working…

Ankit Prajapati
- 2,670
- 2
- 12
- 22
0
votes
2 answers
Component exporting error in reactjs
I'm trying to use the following react library to create a rich url preview component for my application.
https://docs.microlink.io/sdk/getting-started/react/
In the above documentation there's a working demo, so there's no question about the…

CraZyDroiD
- 6,622
- 30
- 95
- 182
0
votes
1 answer
How to make a preview box using LinkPreview API?
Like below image link preview shown, it's an image of what I expect in same way as soon as user inserts a link in the textarea.
From link preview site, I am getting image,url,description of site in console window, but I want to display inside a…

user_1234
- 741
- 1
- 9
- 22