Changeset 507241
- Timestamp:
- 02/19/2012 08:32:23 AM (14 years ago)
- File:
-
- 1 edited
-
gdata-importer/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gdata-importer/trunk/readme.txt
r507238 r507241 12 12 13 13 A 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. 14 You have to provide sheeturl, worksheet name, username and password in shortcode. 16 15 17 16 Use the short code 18 [gdata sheet="sheeturl" worksheet="workbookname" ]17 [gdata sheet="sheeturl" worksheet="workbookname" user="yourusername" pass="yourpassword"] 19 18 20 19 Example: 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"] 22 21 23 22 == Installation == 24 23 25 24 1. 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 25 2. Activate the plugin through the 'Plugins' menu in WordPress 26 3. Place shortcode [gdata] in your post 29 27 30 28 == Frequently Asked Questions == 31 29 32 = Is is neccessary to set username/password in plain text format in the index.php?30 = Does this work? 33 31 34 Yes at the moment, new version will have the option to save it in database with encryption.32 Absolutely. 35 33 36 34 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.