Noel
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] Custom Post TypesHave expanded the conversation: http://wordpress.stackexchange.com/questions/9857/how-would-you-feed-custom-post-types-to-facebook
Forum: Plugins
In reply to: [Simple Facebook Connect] [Plugin: Simple Facebook Connect] Custom Post TypesThanks Otto,
It’s showing with no problem, the only issue I have is that I don’t use the description of custom post type, so when it goes on to FB, there’s an image but the text-excerpt of fb.com is ‘…’. It’s no problem when I do it manually, because then I can tell FB exactly what I want next to the image (via the header), i.e.:
if (is_singular('adoptions')) { echo '<meta name="description" content="'; echo 'New Pet for Adoption! ' . $name . ' is a ' . $age . ' year old ' . $gender . ' ' . $breed . ' who needs a home!'; echo '" />';}Just not sure how I can make that work with the automatic publish feature, if at all? It might be best to create a custom RSS and then maybe you use a different tool to automatically publish.
What do you think?
Thanks again,
Noel
Forum: Fixing WordPress
In reply to: Finding out the Thumbnail Path (Featured Image)?Dur. Been a long day 🙂 Thank you for the help & donated a beer… cheers
Forum: Fixing WordPress
In reply to: Problems with Custom Loop in a PageThank you Curtis, that worked like a charm! I appreciate it…