facebook meta tags issue - facebook

am having a wordpress site
http://wp1.mummypages.ie/show-pictures/
i want to edit the description tag to be shared on facebook when i click like, so when i edit the header file which calls get_facebook_meta function to meta type="description content="facebook_tag" ,facebook still recieves the old description content..
I have to edit it at any cost and i don't understand the reason from where it's fetching the description and how should i edit it??
can anyone help me?? will hugely appreciate it..
Thanks in Advance :)

Please see:
http://codex.wordpress.org/Meta_Tags_in_WordPress
To add meta tags to your site, simply add them to the header.php template file in your WordPress Theme

Related

How to include link in handlebars template

I am using handlebars for my email templates. I am trying to include a link tag:
In the meantime, please feel free to browse our product listing here
However, once the email reaches the user, here is just plain text, not a link. Can someone help me fix this?
Thanks in advance!

Need help - FB Like button does not post to wall

Hello fellow community members,
I was unable to find a helpful answer, so I will give this a try: I recently developed a website that has a FB "Recommend" (same as "Like") button implemented. I have never dealt with this before, hence my complete lack of knowledge.
Now, I implemented the code the FB developer's Like page (--> http://developers.facebook.com/docs/reference/plugins/like/) creates correctly into the website (both the script and the DIV-tag, yet something that is not automatically generated seems to be missing and needs to be added for the button to work correctly. It currently does not post to the FB wall.
Upon doing a debugging check, I received the following results: [...]
Unfortunately, I have no clue what to do with that data. How and where exactly in the HTML code do I implement those missing TAGS and PROPERTIES? Any help would be highly appreciated...
Kind regards & many thanks in advance, :-)
Doc
It looks like you're missing the Open Graph meta tags. Those go into the head of your page.
Facebook has a generator to help you create the tags, but you'll need to add them into your markup.

Can't edit <html> tag, how to add FB Namespace

I hope this is the right place to ask this. If not could any of you please tell me where I might get an answer to this question please. I have search everywhere and find nothing.
I'm helping a friend with a site and she is use XSitePro blogging software. XSP does not allow you to edit the tag but we need to add the FB Namespace to her pages.
Is there any way to add this if the html tag can't be changed?
Thanks,
Terry
You can add the namespace to the document through script. Something like:
document.documentElement.setAttribute("xmlns:fb", "http://www.facebook.com/2008/fbml");

Getting full details from a link in the RSS data

I have an RSS link in which there are rss links to pages such as AFL,Football, Basketball,Cricket etc. When I click that the RSS links are obtained. For example in case of AFL the rss link directs to the page
http://www.sportal.com.au/rss/australia/afl.xml
Here there are tags called "description" but there is only a part of description inside that tag. The full description is present inside the link present inside the tag "link". Here for example the link is
http://www.sportal.com.au/afl-news-display/pies-duo-set-to-feature-160240
How can I get these full description from the above link? I'm in such a urgency. Any help is appreciated.
//The Main Link is
//http://www.sportal.com.au/rss
Thanks
I also faced same problem but here one RSSFeed code . it will be Help to u i am sure,down load the code and pass the ur RSS Feed url simple...
http://www.raywenderlich.com/2636/how-to-make-a-simple-rss-reader-iphone-app-tutorial
If I have understand your problem correctly then
For RSS parsing - https://github.com/mwaterfall/MWFeedParser
MWFeedParser is the best Open Source option for you !!

How to share a few specific elements of a page only

I have a page of products on my website with a share button on each, now how can I tell facebook to automatically select the title and image of the product shared rather than the whole page.
A link to my site
The site is written using php on smarty type script with tpl files,
ps i dont really know php very well.
Thanks in advance :)
A server side scripting language would be the easiest:
in php you could share the page + an extra variable , then if your page detects this variable you can set specific meta data.
http://www.fancydressclothing.net/categories/49/1950s-Costumes.php?product=1
And in php fetch the correct data for product 1 and set the meta data:
http://developers.facebook.com/docs/opengraph/
You should use a canonical URL for each product which will help in two ways. One with the facebook linter getting the correct og tags. And two, helping your SEO rankings too.