[Wiki Loves Monuments] Counter and Twitter widget for your local Wordpress sites

elya ew_wp at web.de
Sat Sep 1 06:42:59 UTC 2012


Gooooooood morning WLManiacs (sorry for being ignorant, yes, I heard
that there are different time zones...)

Two features for your Wordpress sites (working at .org)

1) WLM Image counter: Counts the images of a choosen category -  just
drag it from your WIdget zone to your sidebar and configure a category!

2) Twitter search widget: see code in the attachment, you might want to
add a user name or hashtag to the query, but it should get already pull
a lot of WLM tweets. You may put a text widget on your sidebar and just
add the code to it.

Have fun!

Elke
-------------- next part --------------
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#wikilovesmonuments OR wikilovesmonuments OR \"wiki loves monuments\" OR #wlm',
  interval: 30000,
  title: '',
  subject: '#wikilovesmonuments tweets',
  width: 200,
  height: 300,
  theme: {
    shell: {
      background: '#9e0101',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#9e0101'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    behavior: 'default'
  }
}).render().start();
</script>


More information about the WikiLovesMonuments mailing list