Changeset 2431933
- Timestamp:
- 12/05/2020 12:17:57 AM (5 years ago)
- Location:
- hosted-content-importer/trunk
- Files:
-
- 2 edited
-
hosted-content-importer.php (modified) (1 diff)
-
readme.txt (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hosted-content-importer/trunk/hosted-content-importer.php
r2431930 r2431933 17 17 18 18 /** 19 * Do NOT edit 19 * Do NOT edit anything below 20 */ 21 22 /** 23 * Plugin path 20 24 */ 21 25 define("HCI_PLUGIN_DIR", dirname(__FILE__)); -
hosted-content-importer/trunk/readme.txt
r2431930 r2431933 37 37 - __analytics__: ✔ implemented (Google Analytics) 38 38 - __file__: ✔ implemented (Read from local file) 39 - __gist__: ✔ implemented (Embed Gist Snippe s)39 - __gist__: ✔ implemented (Embed Gist Snippets) 40 40 - __jotform__: ✔ implemented (Embed Web Forms) 41 41 - __markdown__: ✔ implemented (Parse remote markdown files) … … 67 67 68 68 69 = Example: Embed ing a gist code from GitHub =69 = Example: Embedding a gist code from GitHub = 70 70 71 71 `[third source="gist" id="000000000000" section="filename.php"]` … … 74 74 75 75 76 = Example: Embed ing a JotForm =76 = Example: Embedding a JotForm = 77 77 78 78 `[third source="jotform" id="000000000000" section=""]` … … 107 107 108 108 109 = Example: Embed ing a YouTube Video =109 = Example: Embedding a YouTube Video = 110 110 111 111 `[third source="youtube" id="v00000000000" section=""]` … … 141 141 * Download the file hosted-content-importer.zip. 142 142 * Unzip the file on your computer. 143 * Upload folder hosted-content-importer (you just unzip ed) to /wp-content/plugins/ directory.143 * Upload folder hosted-content-importer (you just unzipped) to /wp-content/plugins/ directory. 144 144 * Activate the plugin through the WP Admin > Plugins menu. 145 145 … … 159 159 Your URL (ID) should be a full URL to your .md file on the remote server. 160 160 161 There are several other ways to include remote contents. Each unique content is processed by its own processor. [View Source Codes](https://github.com/ bimalpoudel/hosted-content-importer/tree/master/hosted-content-importer/classes/processors) for each processors.161 There are several other ways to include remote contents. Each unique content is processed by its own processor. [View Source Codes](https://github.com/anytizer/hosted-content-importer/tree/master/hosted-content-importer/classes/processors) for each processors. 162 162 163 163 … … 188 188 If you are maintainer of a portion of the content of any other websites, act responsibly; do NOT commit any unsafe contents. When you edit some file that you have access to, it may affect someone else's website that you are authorised to manage contents. 189 189 190 Be good, do good. **Always** import contents onl ly from the sources that you trust.190 Be good, do good. **Always** import contents only from the sources that you trust. 191 191 192 192 Also, you can create and host your own Micro Content Services. [See an Example](https://goo.gl/UOzOGI). … … 220 220 221 221 = 3.0.1 = 222 * TinyMCE Plugin and text mode editor pl gins added.222 * TinyMCE Plugin and text mode editor plugins added. 223 223 * As-Is request for not wrapping the HTML Output within HCI divs. 224 224 * Experimental: Dumped handlers or registered shortcodes. … … 239 239 = 2.0.1 = 240 240 * JotForm added. 241 * SPL Auto loading the content processors.241 * SPL Auto-Loading the content processors. 242 242 * Embedding gists: a new gist processor introduced. 243 243 … … 255 255 == Upgrade Notice == 256 256 257 When this plugin is used and disabled, your blog swill show your `[third]` shortcode as it is, which may reveal your associated parameters. The precautionary design does not allow username/password and API keys in the shortcode tags.257 When this plugin is used and disabled, your blog will show your `[third]` shortcode as it is, which may reveal your associated parameters. The precautionary design does not allow username/password and API keys in the shortcode tags. 258 258 259 259 = Safety Precaution = … … 276 276 3. Use as: `[third source="YOURNAME" section=""]` 277 277 278 Click for [real examples](https://github.com/ bimalpoudel/hosted-content-importer/tree/master/hosted-content-importer/classes/processors).278 Click for [real examples](https://github.com/anytizer/hosted-content-importer/tree/master/hosted-content-importer/classes/processors). 279 279 280 280 Just that much easy drop-in replacement. … … 285 285 Used from [unsplash.com](https://unsplash.com) 286 286 287 * [Cable Cars and Rope](https://unsplash.com/photos/ea9Zg7HkFXQ): Represents contents com ming from various sources.287 * [Cable Cars and Rope](https://unsplash.com/photos/ea9Zg7HkFXQ): Represents contents coming from various sources.
Note: See TracChangeset
for help on using the changeset viewer.