Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Compatible with DokuWiki
Tagged with !discontinued, !up_for_adoption, embed, listing, search, social, twitter, users
Since I stopped using this plugin some years back this plugin is up for adoption. Open a ticket in Github if you're interested so I can transfer ownership.
This syntax will enable users to put tweets and searches from twitter on a page. It uses the media cache thereby bypassing twitter's tracking cookies and complying with EU privacy guidelines.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
After installation you need to create a Twitter application so you can obtain the necessary OAuth credentials (oauth consumer key, oauth consumer secret, oauth token and oauth token secret) which must be entered in the admin page.
If you want to show some tweets from twitter on a DokuWiki page, use this Plugin. The syntax is easy:
[TWITTER:TYPE:USERNAME/SEARCHWORD:COUNT]
Replace the following:
And here are some valid examples:
//The 5 latest tweets from user schwarzenegger. [TWITTER:USER:schwarzenegger:5] //All tweets from user BritneySpears [TWITTER:USER:BritneySpears] //Search for the word mj [TWITTER:SEARCH:mj] //Search for the word dokuwiki [TWITTER:SEARCH:dokuwiki]