Skip to content

Using TweetYourMEP for your own campaign

Alberto Cottica edited this page Feb 26, 2017 · 6 revisions

You can pre-load TweetYourMEP with your own favourite message, then reach out to people and ask them to quickly and easily tweet it to their MEPs from their own account. This is done by changing just two lines of code.

  1. After installation, use an editor to open the config.js file.
  2. Go to line 19, and insert your pre-loaded tweet in the variable twitter_texts. The syntax of the line should be twitter_texts: ["Your tweet goes here"],
  3. Go to line 21, and insert your hashtag in the variable twitter_hashtags. The syntax of the line should be twitter_hashtags: ["Your hashtag"],

Please note that simply inserting the hashtag in the tweet's text will generate an error.

Clone this wiki locally