Plugin Directory

Changeset 825215


Ignore:
Timestamp:
12/19/2013 02:34:28 AM (12 years ago)
Author:
rydurham
Message:

Updated Readme

Location:
laravel-paste-embed/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • laravel-paste-embed/trunk

    • Property svn:ignore set to
      deploy.sh
      README.md
      .git
      .gitignore
  • laravel-paste-embed/trunk/README.md

    r825182 r825215  
    66### Installation
    77
    8 This plugin is not yet in the Wordpress Plugin Directory.  Manually add it to your plugins folder and then activate it from within Wordpress.
     8There are two ways to install this plugin:
     9
     101. Search for 'Laravel Paste Embed' in the "Plugins > Add New" menu & go from there.
     112. Download a zip version of this project and install via zip upload or directly install it to your plugins folder via FTP.
    912
    1013### Usage
     
    1316    http://paste.laravel.com/cJ9
    14173. In your page or post add this shortcode, with the relevant part of the URL in question:
    15     [lpe paste='cJ9']
     18    ```[lpe paste='cJ9']```
    1619
    1720### Thanks
    18 I have shamelessly stolen the styling from the paste.laravel.com site itself.
     21I have shamelessly stolen the styling from the paste.laravel.com site itself. Many thanks to [Dayle Rees](https://twitter.com/daylerees).
    1922
    2023
    2124### Website:
    22 http://rydurham.com/plugins/laravel-paste-embed/
     25[http://www.ryandurham.com/2013/04/06/laravel-paste-embed/](http://www.ryandurham.com/2013/04/06/laravel-paste-embed/)
  • laravel-paste-embed/trunk/laravel-paste-embed.php

    r825182 r825215  
    22/**
    33 * @package LaravePasteEmbed
    4  * @version 1.2 
     4 * @version 1.2.1
    55 */
    66/*
     
    99Description: A plugin to embed pages & snippets from paste.laravel.com into a wordpress site.
    1010Author: Ryan Durham
    11 Version: 1.2
     11Version: 1.2.1
    1212Author URI: http://rydurham.com
    1313License: GPL2
     
    100100        prefix_add_lpe_stylesheet();
    101101        prefix_add_lpe_script();
    102     add_action( 'wp_footer', 'lpe_header' );
    103102    }
    104103 
     
    120119
    121120/**
    122  * Add Prettify action.
     121 * Add Prettify action to the header.
    123122 */
    124123function lpe_header() {
     
    129128    <?php
    130129}
     130add_action( 'wp_footer', 'lpe_header' );
  • laravel-paste-embed/trunk/readme.txt

    r825182 r825215  
    11=== Laravel-Paste-Embed ===
    22Contributors: rydurham
    3 Donate link: rydurham.com
     3Donate link: http://www.ryandurham.com/category/code/
    44Tags: Laravel Paste
    55Requires at least: 3.3
    6 Tested up to: 3.5.1
    7 Stable tag: Stable
     6Tested up to: 3.6
     7Stable tag: 1.2.1
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 A Wordpress plugin to embed code from paste.laravel.com.  Still in beta - I have not been able to do much testing.
     15A Wordpress plugin to embed code from paste.laravel.com. 
    1616
    1717== Installation ==
Note: See TracChangeset for help on using the changeset viewer.