gdmedia/silverstripe-widget-twitter-widgets

This package is abandoned and no longer maintained. No replacement package was suggested.

Silver stripe widget for displaying custom twitter widgets

0.0.1 2016-06-28 17:48 UTC

This package is not auto-updated.

Last update: 2022-06-25 04:55:14 UTC


README

Silver stripe widget for displaying custom twitter widgets

Install instructions

Add it to your project with:

composer require gdmedia/silverstripe-widget-twitter-widgets
Run /dev/build

Setup instructions

  1. Create a "User Widget" on Twitter.
    Head over to the Create a user widget page on twitter and create your widget. Copy the HTML located above the "Copy and paste the code into the HTML of your site" (Which appears after saving your widget)
  2. Create a new "Twitter Widgets Widget" in your site admin
  3. Paste the HTML copied from Step 1 in to the "Twitter HTML" field
  4. You don't need to worry about the "Href" or "Twitter Widget ID" field as the widget will automagically pull them out of the "Twitter HTML". However, you could leave "Twitter HTML" empty and fill in the "Href" and "Twitter Widget ID" manually
  • Please note that "Href" and "Twitter Widget ID" will always be overwritten from values that the widget discovers in "Twitter HTML".