Plugin Directory

Changeset 507241


Ignore:
Timestamp:
02/19/2012 08:32:23 AM (14 years ago)
Author:
ankit_sam
Message:
 
File:
1 edited

Legend:

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

    r507238 r507241  
    1212
    1313A plugin imports google spreadsheet data into the wordpress post using shortcode.
    14 You have to provide username/password in the plugin file (index.php) to access
    15 the google spreadsheet.
     14You have to provide sheeturl, worksheet name, username and password in shortcode.
    1615
    1716Use the short code
    18 [gdata sheet="sheeturl" worksheet="workbookname"]
     17[gdata sheet="sheeturl" worksheet="workbookname" user="yourusername" pass="yourpassword"]
    1918
    2019Example:
    21 [gdata_import sheet="https://spreadsheets.google.com/feeds/spreadsheets/0ApI94evITOwNdGdvNC1UdkhDT2NaT1hDRGpCN0VBQ2c" worksheet="Sheet1"]
     20[gdata_import sheet="https://spreadsheets.google.com/feeds/spreadsheets/0ApI94evITOwNdGdvNC1UdkhDT2NaT1hDRGpCN0VBQ2c" worksheet="Sheet1" user="yourusername" password="yourpassword"]
    2221
    2322== Installation ==
    2423
    25241. Upload `gdata-script` to the `/wp-content/plugins/` directory
    26 2. Modify index.php to enter username/password.
    27 3. Activate the plugin through the 'Plugins' menu in WordPress
    28 4. Place shortcode [gdata] in your post
     252. Activate the plugin through the 'Plugins' menu in WordPress
     263. Place shortcode [gdata] in your post
    2927
    3028== Frequently Asked Questions ==
    3129
    32 = Is is neccessary to set username/password in plain text format in the index.php?
     30= Does this work?
    3331
    34 Yes at the moment, new version will have the option to save it in database with encryption.
     32Absolutely.
    3533
    3634== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.