You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
css | 11 years ago | |
images | 11 years ago | |
js | 11 years ago | |
EmbedNoticePlugin.php | 10 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
embed.php | 9 years ago |
README.md
gs-embedNotice
GNU social plugin that adds an icon to each notice.
Clicking the icon allows visitors to get the necessary HTML to embed a notice on a webpage.
Screenshots
The extra icons on the timeline:
The dialog with the HTML code to copy/paste:
Installation
- Navigate to your /local/plugins directory (create it if it doesn't exist)
git clone https://github.com/chimo/gs-embedNotice.git EmbedNotice
- Tell
/config.php
to use it with:addPlugin('EmbedNotice');
The embed icon should appear in each notice.