simple addon for social trap and wordpress


/ Published in: PHP
Save to your folder(s)

This is the simple addon for http://www.socialstrap.net/ , with this add-on you can embed snippets code from http://snipplr.com . Easy to use , just paste url from http://snipplr.com and thats it.

Go to http://mojprofil.net/snippembed for download add on or go to http://www.wpvote.me/wordpress-snipplr-com-plugin-simple-display-embed-code for wordpress plugin.


Copy this code and paste it in your HTML
  1. <?php
  2. /*
  3. This is the simple addon for http://www.socialstrap.net/ , with this add-on you can embed snippets code from http://snipplr.com . Easy to use , just paste url from http://snipplr.com and thats it.
  4.  
  5. Go to http://mojprofil.net/snippembed for download add on or go to http://www.wpvote.me/wordpress-snipplr-com-plugin-simple-display-embed-code for wordpress plugin.
  6. */
  7. $snippembed = "url to snipplr";
  8.  
  9. echo $snippembed
  10. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.