Changeset 576503
- Timestamp:
- 07/24/2012 08:16:31 AM (14 years ago)
- File:
-
- 1 edited
-
gdata-importer/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gdata-importer/trunk/readme.txt
r508022 r576503 11 11 == Description == 12 12 13 A pluginimports Google Spreadsheet Data into the Wordpress Post using shortcode.13 A wordpress plugin I created for a client which imports Google Spreadsheet Data into the Wordpress Post using shortcode. 14 14 You have to provide Sheet Url, Worksheet Name, Username and Password in shortcode. 15 15 … … 18 18 19 19 Example: 20 [gdata_import sheet="https://spreadsheets.google.com/feeds/spreadsheets/0A pI94evITOwNdGdvNC1UdkhDT2NaT1hDRGpCN0VBQ2c"20 [gdata_import sheet="https://spreadsheets.google.com/feeds/spreadsheets/0AqJJ6fnIoHPYdE1qTFF0OWtFX2xfRHU1OC1oY0JIeVV" 21 21 worksheet="Sheet1" user="yourusername" password="yourpassword"] 22 22 … … 35 35 Sample URL: https://spreadsheets.google.com/feeds/spreadsheets/[YOUR-SPREADSHEET-KEY-HERE] 36 36 37 Example: https://spreadsheets.google.com/feeds/spreadsheets/0A pI94evITOwNdGdvNC1UdkhDT2NaT1hDRGpCN0VBQ2c37 Example: https://spreadsheets.google.com/feeds/spreadsheets/0AqJJ6fnIoHPYdE1qTFF0OWtFX2xfRHU1OC1oY0JIeVV 38 38 39 39 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.