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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
chimo 1712f5ee09 readme: Fix screenshots, update instructions 5 years ago
css Make JS fetch PHP generated HTML 11 years ago
images Add files to repo 11 years ago
js Don't run JS if shift or ctrl is pressed on click 11 years ago
EmbedNoticePlugin.php Fix version number 10 years ago
LICENSE Add license 5 years ago
README.md readme: Fix screenshots, update instructions 5 years ago
embed.php Keeping up with upstream HTML changes 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:
Timeline icons


The dialog with the HTML code to copy/paste:
Generated HTML

Installation

  1. Navigate to your /local/plugins directory (create it if it doesn't exist)
  2. git clone https://github.com/chimo/gs-embedNotice.git EmbedNotice
  3. Tell /config.php to use it with: addPlugin('EmbedNotice');

The embed icon should appear in each notice.