DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:socialcards

This is an old revision of the document!


socialcards Plugin

Compatible with DokuWiki

Adora Belle, Weatherwax, Binky, "Ponder Stibbons"

plugin Adds social media cards to your wiki pages

Last updated on
2014-05-30
Provides
Action
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to htmlmetatags

Tagged with facebook, google+, opengraph, seo, social, twitter

Adds social media cards (Twitter cards) and OpenGraph metadata (used amongst others by Facebook and Google+) to your wiki pages.

Installation

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

After installation you need to let Twitter know about your cards using the form at https://dev.twitter.com/form/participate-twitter-cards

Configuration and Settings

In the config panel the Twitter name used for the site and optionally that of an author should be entered, also you will want to update the language and fall back image. Optionally you can enter a Facebook App ID.

Since OpenGraph is based on RDF you need to add the namespaces to your template to keep your pages syntactically valid and semantically correct.

For (x)html 4 templates add the following namespaces to the html tag:

xmlns:og="http://ogp.me/ns#" 
xmlns:fb="http://ogp.me/ns/fb#" 
xmlns:article="http://ogp.me/ns/article#" 
xmlns:place="http://ogp.me/ns/place#"

Which would then look something like:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#" xmlns:article="http://ogp.me/ns/article#" xmlns:place="http://ogp.me/ns/place#">

For (x)html 5 templates add the following namespace prefixes to the head tag:

prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# 
article: http://ogp.me/ns/article# place: http://ogp.me/ns/place#"

Which would then look something like:

<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article# place: http://ogp.me/ns/place#">

Development

Change Log

plugin/socialcards.1401441106.txt.gz · Last modified: 2014-05-30 11:11 by mprins

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki