I developed a custom plugin for wordpress. In my plugin I´m using a linkedIn share button but when I try to share the article, linkedIn uses the wrong image. What have I done wrong? I tryed several solutions. og:image etc. are set correctly but I don´t know why it is not working.
Here is a link to the page:
https://www.vdtev.de/artikel?/event/vdt-treasury-online-mentoring/790
Thank you in advance.
The cache may be out of date for the link you are trying to share. Use the Post Inspector to test sharing the link and to cache the latest changes.
Related
I am facing a big problem for yoast seo plugin. Here when I click search console option from menu it doesn't show the setting option for Google Authorization Code button. Please see the image I have attached.
I don't find this setting option anyway. Please anyone help me. I will be too much happy. Thanks advance for your help.
Been killing myself trying to figure this out too for an hour or so.
I had been seeing a lot of people asking the same thing but here is the answer!
https://yoast.com/where-did-my-search-console-errors-go/
I tried everything but I can't find the problem.
I got this site http://www.ilsanoquotidiano.com and if I try to share to facebook a news, the og:image is always blank, but up to a month ago this works fine.
I tried with plugins or manually but the og:image is always blank even in facebook debugger but the raw tag is correct.
Could anyone help me?
Thanks
You can scrap the facebook sharing information via debugger. Link to check the result is given below:
https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fwww.ilsanoquotidiano.com%2F
Thanks for the reply, reading online I found that a problem could be the Jetpack version update, I tried to deactivate the plugin and after few hours everithing worked fine. I can't figure why happened this.
I have been searched on google so many time about facebook share and comment,but i didn't see any good solution for me.I try to share my product with my code
<a class="facebook"rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=#Param&p[images][0]=#Model.Imgurl&p[title]=#Model.Name&p[summary]=#Model.Description">
With my param in my url of products detail.It just share the link without configure my description.Any solution for me.
And please tell me how can i create comment in facebook too.
Even you set from the link Facebook needs some open graph/meta tags for that.
Also check your url with Facebook url linter to make sure everything is ok.
https://developers.facebook.com/tools/debug
Everytime i try to share a wordpress post in my Linkedin it doesn´t pick up the imagem in the article. Don´t have any problem doing this on Facebook for example and i think everything in the Open Graph Meta is correct because my source code says:
meta property="og:image" content="http://smartkiss.net/assets/online-ad.jpg"
The dimensions are more than 80 x 150 pixels as Linkedin recommends. Any idea why this might be happening ?
Thanks
One of the possible reason might be that LinkedIn takes image from oEmbed tag as it shown in another topic.
I faced with wrong image choosing by LinkedIn in my WordPress site. I found the problem by discovering URL by LinkedIn post inspector and saw the next information:
Try serving your images in a .png format versus a .jpg format. I know of several people having the exact same issue and this always worked.
One of my users asked if there was a plugin to take automatically a screenshot from a submitted website url. He also asked if there was a wordpress plugin for this.
can anyone tell me if such a plugin exist for wordpress or if it's possible with php, ajax or any other language?
As far as I understand your question you can use http://wordpress.org/extend/plugins/seekxl-snapr/ this plug-in will show a thumbnail of the url as the mouse over.
There are other plug-ins that uses websnapr[dot]com to create the images as well.
I personally don't know of any Wordpress plugins that take screenshots of a submitted website url, however there is a very nice service at http://browsershots.org/ that might be what you're looking for. Browsershots will render screenshots in almost any combination of browser and OS you could ever want.
Hope this helps.
I've had trouble with this for a while, it's so hard to get an accurate high quality screenshot generated. I've just released a stable plugin for handling this, it makes the process of automatically generating website screenshots in WordPress dead simple with a simple shortcode:
[browser-shot url="http://link-to-website" width="600"]
For more info checkout the official plugin page: http://wordpress.org/extend/plugins/browser-shots/
As far as i understand, you want this.
https://wordpress.org/plugins/cmp/
This plugin creates a website screenshot using only a website URL and
save into your own wordpress media library.
After creating the image, wordpress will prompt you either to "insert
into post" or "change attributes" just like after you upload an image.
Renaming is available.