Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] csb_feed_image - insert article image in feeds
I believe Facebook gets the article image by a completely different method. Have a look here:
http://developers.facebook.com/docs/opengraph/
In short, insert a code like this in the <head>:
<meta property=“og:image” content=“URL_OF_IMAGE”/>
Last edited by csandberg (2011-03-14 20:13:38)
Offline
#38 2011-12-18 23:19:37
- chad
- Member
- Registered: 2006-08-06
- Posts: 12
Re: [plugin] [ORPHAN] csb_feed_image - insert article image in feeds
Thanks for the plug-in Christian, it works great and has perfectly chosen configuration options.
I had a conflict with it and the sgb_url_handler plug-in where the images were not displaying. I resolved it by setting sgb_url_handler to have a later order value and everything seems to be working fine now.
Offline
Re: [plugin] [ORPHAN] csb_feed_image - insert article image in feeds
I’ve adopted this orphan and made it run in the latest Textpattern and PHP incarnations by adding a few double quotes.
Look here, if you dare: codeberg.org/rwetzlmayr/wet_feed_image
Offline