silverware / twitter
SilverWare Twitter Module.
Installs: 159
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverware/silverware: ^1.0
- silverware/social: ^1.1
README
Provides a Twitter Timeline Widget component, Twitter Follow Button component and sharing button for use with SilverWare.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/twitter
Usage
Twitter Timeline Widget
This module provides a TwitterTimelineWidget
component which can be added to a SilverWare
template or layout using the CMS. The widget shows the most recent tweets from a particular Twitter
user's timeline.
Add the component where desired in your template or layout, and enter the Twitter usename in the "Username" field. Additional settings are available on the Style and Options tabs.
For more information about the Twitter Timeline Widget, see the Twitter documentation.
Twitter Follow Button
You may also add a TwitterFollowButton
component to your SilverWare template or layout.
This component simply adds a button which allows users to follow a particular username on Twitter.
Add the component where desired in your template or layout, and enter the Twitter usename in the "Username" field. Additional settings are available on the Style and Options tabs.
For more information about the Twitter Follow Button, see the Twitter documentation.
Twitter Sharing Button
Also provided is a TwitterSharingButton
which is used with the SharingComponent
from the SilverWare Social Module. Simply add this button as a child of
SharingComponent
using the site tree, and your pages will now
be able to be shared via Twitter.
For more information, see the Twitter documentation.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
License
BSD-3-Clause © Praxis Interactive