Hello all!

I'm attempting to make sure we're not the last website on the internet
without a "like" button on our press release/product pages but I'm
running into some snags.

The current recommended implementation of facebook "like" buttons
includes posting some metadata tags to the page to facilitate how the
link appears on facebook and report on it (OpenGraph tags). For
example:

<meta property="og:title" content="" />
<meta property="og:type" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="" />
<meta property="fb:admins" content="" />

Our product pages are a "foundation" type page, so i have full access
to put content in the <head> of the page and populate all those tags.

However, our news articles and press releases are the "classic" leaf
pages, set up using target containers. This has me pretty stumped
about how to populate some of the tags. title and url seem easy enough
using info placeholders (the site map name works pretty well for title
and lets me specify using the data of target containers), url is the
url.

I could use some guidance on populating the type and image though. the
tags are going to either have to go into the header (shared through
the whole site) or into the foundation page, which is used across much
of the site. I dont want to hard code the type to be "article" since
we might conceivably want to use that foundation class for other
content that isnt an article and im totally clueless ways to populate
that image tag since the photo element will be coming from a target
container page. my rendertag-fu is limited but what i looked up
doesn't seem like I can reach into a container and then reach into an
element for a value.

Any advice, examples, or documentation on this would be appreciated.

David Price
Multiquip Inc.

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to