Since short my "Follow Company Plugin" for LinkedIn is not working anymore.
I was using following code:
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: nl_NL</script>
<script type="IN/FollowCompany" data-id="84769" data-counter="right"></script>
I was going back to the plugin generator on the site:
LinkedIn Follow Company Plugin Generator
But it seems that the Preview over there is also not working anymore and is giving me the same error:
Refused to display 'https://www.linkedin.com/cws/followcompany?companyIdentifier=1337&counterPo…ass%3Dmiddle-center&token=&isFramed=true&lang=nl_NL&_ts=1439398136529.7654' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
Did anybody else have the same issue? On the site they said they track "linkedin" tagged issues. I was wondering if they did a breaking change in the API or if I'm doing something wrong?
Thanks in advance
same issue here since yesterday.
I have contacted the support on Twitter and they just told me to go here...
EDIT : Problem is now solved.... no idea why and how.
Related
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.
I understand that GTM does not like plain HTML. It gives this response when attempting to publish the container: "Invalid HTML, CSS, or JavaScript found".
I saw part of my needed answer from a similar question: Invalid HTML when adding Facebook chat suppport code using Google Tag Manager?.
However, I don't know much anything regarding coding and just getting into it. Any help with injecting this 3rd party script into GTM would be greatly appreciated.
There are about 50,000 other people using this 3rd party software Builderall, and so if you can help me, you'll be helping them too, I'm sure.
<script id="builderall_ws_bot" src="https://chatbot.eb4us.com/bot.js" bot_id="7762" usr="22365"></script>
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.
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.
I'm implementing Open Graph on website.
As mentionned on Facebook insights documentation, it's allowed to put meta like this one :
meta property="fb:page_id" content="your_page_id"
But the Facebook debugger tool showed an error :
Extraneous Property: Objects of this type do not allow properties
named fb:page_id.
Other websites seems to have the same error like Mashable.com
In other hand, on another documentation page, the page administration seems to be only working with fb:admins and/or fb:app_id. But no mention of the fb:page_id.
So what the states of the fb:page_id meta on a website ?
The behavior you describe appears to be a bug. The issue has been submitted to Facebook and accepted:
http://developers.facebook.com/bugs/144705805635591/?browse=search_4f0323eb790c29273088132.
It has now been resolved.
I don't have an answer for that but I'm looking for one as well. It wasn't a requirement for OGP to function but was for page insights.
As of late I can't seem to see fb:page_id referenced anymore on ogp.me or facbook's docs.