Hi,
I would like to open the generated link in a new tab.
Is that possible, and how?
Thanks
]]>Hello,
I’ve used your plugin on a client’s site but unfortunately found it to be causing mixed-content errors within an all-SSL environment. The offending embeds were WordPress webshots. I made a one-line modification to your plugin and it resolves this issue.
I strongly encourage you to merge this patch to remedy this for other users.
Lines 25-27 in super-link-preview.php are as follows:
private $screenshot_services = array(
array("Wordpress", "https://s.wordpress.com/mshots/v1/")
);
I used a protocol-agnostic absolute URL instead. This way, if your site is all-HTTP, your browser requests the webshots as HTTP, not HTTPs. If your site is loaded over HTTPS the webshots will go over HTTPS.
Updated code, lines 25-27 in super-link-preview.php:
private $screenshot_services = array(
array("Wordpress", "https://s.wordpress.com/mshots/v1/")
);
Hope this helps.
]]>Hi thanks for this awesome plugin its working great i’m just wondering if there is a way to get the information your plugin shows to be shown in a blog post snippet?
]]>I’m using this plugin.
Amazon partner links are displayed but the link is changed into the normal product link instead of the partner link.
ciao daniele
i love your plugin because it’s ‘basically’ doing what i want.
actually i need your help:
– how can i resize the preview screenshots ? they appear to big for me.
– is it possible to center or to create two or three columns with previews ?
check ‘links’
grazie mille per il tuo aiuto.
saluti
piero
]]>Hi Daniele,
any suggestions on this error?
Parse error: syntax error, unexpected ‘[‘ in /var/www/web191/html/staging/wp-content/plugins/super-link-preview/super-link-preview.php on line 258
private function shortcodes_url($content) {
—–> $urls = [];
$pattern = get_shortcode_regex();
Hello,
I have been looking for a way to achieve this for ages, so thank you for this plugin.
However, in my case, and I am sure many others are in line, I would need this to be used just like it is on facebook or linkedin : by users posting a link on the front-end of my wordpress site (in my case when logged-in but not really relevant), so that it can generate a link preview for them they can see before submitting, and after once the link is posted.
Is there a way to use your plugin for this, rather than only from back-end?
Thank you!
Best,
Marie