Fetching your latest status messages from Facebook.
You have a Facebook page and regularly post status messages and you'd like to reuse these messages on your SilverStripe website? This widget will simply copy these messages (you can define the number) for you and you don't need to do it manually.
See https://github.com/xeraa/silverstripe-widget_facebookfeed for the latest code, installation instructions,...
Ever needed to include a Stylesheet or some JavaScript code for a single page? And creating a new page subclass seemed to be overkill? Then this is your solution.
This simplistic widget allows you to include internal and external Stylesheets and JavaScript files on demand on a per-page basis. To avoid polluting your page with new text from the widget heading, you might want to modify your WidgetHolder template, for example as follows:
<div class="$ClassName"> $Content </div>
If you've got any questions or problems, don't hesitate to contact me.
They're easier to create than modules. Start making your own widgets by reading our Guide to making your own widgets. Once you've created and checked your widget, submit it to this directory.