How can I use the built in Read Type as a view OG for a non news site.
My pages are defined by a custom object type that is not an Article.
Will this mean that I can add one more type og:type 'article' ?
To make it more clear lets say Slideshare defines a custom OG type of
<meta name="og_type" property="og:type" class="fb_og_meta" content="slideshare:presentation" />
<meta name="og_url" property="og:url" class="fb_og_meta" content="http://www.slideshare.net/ChristinUpshaw/learn-to-knit" />
<meta name="og_image" property="og:image" class="fb_og_meta" content="http://image.slidesharecdn.com/learntoknit2-121024175526-phpapp02/95/slide-1-1024.jpg" />
<!-- SL:start:notranslate -->
<meta name="og_title" property="og:title" class="fb_og_meta" content="Learn to Knit!" />
<meta name="og_description" property="og:description" class="fb_og_meta" content="Learn to knit with these resources. All images found via Flickr Creative Commons search!" />
Now if slideshare wants to publish a read OG, should they create a new og:type ‘article’ in the same page?
Will Facebook allow for 2 og:type's in the same page?
How can I go about publishing views now that Facebook does not allow custom Reads anymore?