problem with facebook share

Posted in: Newsmag
Post count: 280

Hi
i have problem with facebook share only with newsmag.
whene i want share any article in facebook . the link not shown antyhing ,,
and whene i checked the site on https://developers.facebook.com/tools/debug/og/object/

i get this error

any advice please ?
thank you

Post count: 6600

Hi,

Please also provide your site’s URL so we can test this and you can also try this: http://stackoverflow.com/questions/8392295/facebook-debugger-linter-gives-extraneous-property-error-suddenly-even-thoug

Thanks

Post count: 280

Hello
this is my site
http://www.autosport.me
please help me with this issue . i could not find what couse that …
everytime i need to share article on facebook i shulod use https://developers.facebook.com/tools/debug/og/object/ to fetch new scrape information . after that i can share it normaly

  • This reply was modified 11 years by Lewis.
Post count: 280

guys after install fresh wordpress + newsmag share not working
nothing appers whene i put link on face book. no photo and title

but whene i use another theme its back to work fine

please help asap
my site
http://www.autosport.me/

Post count: 280

the new beta site with same problem
http://webmaster0.sky-host.cu.cc/wp/

everytime i need to share article on facebook i shulod use https://developers.facebook.com/tools/debug/og/object/ to fetch new scrape information . after that i can share it normaly

Post count: 6600

Hi,

On your main site the sharer seems to work fine: http://screencast.com/t/C0ycBF3cA and to the test site the “Error parsing input URL, no data was cached, or no data was scraped.” check this explanation: http://screencast.com/t/9GxTOIxFhttp://stackoverflow.com/questions/25747758/facebook-error-parsing-input-url-no-data-was-cached-or-no-data-was-scraped

Also mind this images title which have special characters in the title and which can cause issue regarding sharing: http://screencast.com/t/tE6797RtEX

Thanks

Post count: 280

Hello
the main site article you checked work becouse its already shared on facebook using https://developers.facebook.com/tools/debug/og/object/

i need to force facebook to scrape articles automatically

  • This reply was modified 11 years by Lewis.
Post count: 280

Hello ?

Post count: 6600

Hi,

Have you seen this explanation:

First of all: if you never tried to share a page with FB, FB never tried to scrape it, and it will not try to do so if you only put the url in the Debug tool. That’s the first reason because you get the error: it just states that FB has no information on the page, you must “force” it to scrape the page.

The first time you try to share a page, FB scrapes it (asks your server the first 40k of the page and analyse the opengraph tags). What can happen is that you do not see the image: Facebook Share Dialog does not display thumbnails one first load

The reason is that FB behind the scenes is still scraping your page and caching the image. The next time, in fact, you have also the image. How to solve it? Pre caching: https://developers.facebook.com/docs/sharing/best-practices#precaching

or simply add

<meta property="og:image:width" content="450"/>
<meta property="og:image:height" content="298"/></blockquote>

You can also try this: http://problemsolv.in/solved-facebook-doesnt-fetch-data-when-sharing-url/

Thanks

  • This reply was modified 11 years by Lucian.
  • This reply was modified 11 years by Lucian.
Post count: 280

thanks man
where should i add those

<meta property="og:image:width" content="450"/>
<meta property="og:image:height" content="298"/>

Post count: 9544

Probably the header.php file.

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newsmag’ is closed to new topics and replies.