https://github.com/jazzsequence/protocol.by
A WordPress plugin for Protocol.by
https://github.com/jazzsequence/protocol.by
Last synced: 5 months ago
JSON representation
A WordPress plugin for Protocol.by
- Host: GitHub
- URL: https://github.com/jazzsequence/protocol.by
- Owner: jazzsequence
- Created: 2011-10-25T17:12:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T18:11:50.000Z (over 10 years ago)
- Last Synced: 2024-12-27T11:17:53.318Z (about 1 year ago)
- Language: PHP
- Homepage: http://protocol.by
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Protocol.by ===
Contributors: jazzs3quence
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AWM2TG3D4HYQ6
Tags: protocol.by, contact, about, mit, gpl3, contact info, embed
Requires at least: 2.8
Tested up to: 3.3
Stable tag: 1.0.2
The world is trying to contact you. Tell them how and when.
== Description ==
The Protocol.by service has been sunsetted, therefore this plugin no longer works. :(
Please do not use this plugin. Ever.
================
Protocol.by is a service developed by the MIT Media Lab to inform people what the best ways of getting in touch with you are. This plugin allows you to use the embed code for your Protocol.by profile without having to modify any of your theme's php files. Once installed and activated, you don't need to worry about adding the Protocol.by javascript to your header. The only thing you need to add is `
` which can be done within any post or page without any theme modification whatsoever.
== Installation ==
1. Unpack the zip archive and upload to the `/wp-content/plugins/` directory or use the WordPress plugin installer to install.
2. Activate the plugin through the *Plugins* menu in WordPress.
3. Once activated, you will have a Protocol.by link in your settings menu. Click on it to go to the Protocol.by settings page.
4. Set your Protocol.by username, the width you want your embed to be (in pixels), the theme and size (options come from Protocol.by's API), and the background color (optional).
5. Save your settings and add `
` to any post or page on your site.
6. You're done! Be sure you have an account with Protocol.by before starting, of course, and that your contact information is how you want it to appear on the site from your profile page there.
== Screenshots ==
1. Protocol.by settings page
2. Protocol.by embed on a WordPress page
3. HTML view in WordPress editor for the above screenshot
== Upgrade Notice ==
= 1.0.2 =
There is no longer a Protocol.by service, therefore this plugin no longer accomplishes anything. Please deactivate the plugin.
== Changelog ==
**Version 1.0.2**
* updated readme.txt. Please see Upgrade Notice.
**Version 1.0.1**
* tested on WordPress 3.3
* moved javascript to the footer (better for page loading)
**Version 1.0**
* Created the plugin!