Plugin Directory

Changeset 576503


Ignore:
Timestamp:
07/24/2012 08:16:31 AM (14 years ago)
Author:
ankit_sam
Message:

Read me update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gdata-importer/trunk/readme.txt

    r508022 r576503  
    1111== Description ==
    1212
    13 A plugin imports Google Spreadsheet Data into the Wordpress Post using shortcode.
     13A wordpress plugin I created for a client which imports Google Spreadsheet Data into the Wordpress Post using shortcode.
    1414You have to provide Sheet Url, Worksheet Name, Username and Password in shortcode.
    1515
     
    1818
    1919Example:
    20 [gdata_import sheet="https://spreadsheets.google.com/feeds/spreadsheets/0ApI94evITOwNdGdvNC1UdkhDT2NaT1hDRGpCN0VBQ2c"
     20[gdata_import sheet="https://spreadsheets.google.com/feeds/spreadsheets/0AqJJ6fnIoHPYdE1qTFF0OWtFX2xfRHU1OC1oY0JIeVV"
    2121worksheet="Sheet1" user="yourusername" password="yourpassword"]
    2222
     
    3535Sample URL: https://spreadsheets.google.com/feeds/spreadsheets/[YOUR-SPREADSHEET-KEY-HERE]
    3636
    37 Example: https://spreadsheets.google.com/feeds/spreadsheets/0ApI94evITOwNdGdvNC1UdkhDT2NaT1hDRGpCN0VBQ2c
     37Example: https://spreadsheets.google.com/feeds/spreadsheets/0AqJJ6fnIoHPYdE1qTFF0OWtFX2xfRHU1OC1oY0JIeVV
    3838
    3939== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.