Linux 软件免费装

Embedder

开发者 Mike Walker
更新时间 2018年6月18日 07:47
捐献地址: 去捐款
PHP版本: 2.6 及以上
WordPress版本: 4.9.6

标签

html shortcodes embed comments shortcode widgets embedder bbcode include embed html imbed macros macro substitution moztools better shortcodes shortcode fixes

下载

0.1 0.2 0.3 0.4 0.5 1.0 1.1 1.1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5

详情介绍:

If you are looking for an easier way to create and manage embedded HTML and shortcodes then this is it. Embedder allows you to create as many HTML embeds as you like without writing a single line of PHP code (though if you need to do it, Embedder allows you to do that too). Create local HTML embeds for blog post simply by adding one or more custom fields. Any custom field name enclosed in square brackets [] will be recognized as an embed when used in the post. For example, you can quickly create your own tag language for posts (and comments) by adding custom fields like [b], [i], [quote], [link], etc. And embed YouTube videos, Google Maps, Facebook and Twitter buttons, and much more in a matter of a few seconds. Embed attributes makes it easy to add much more flexibility to your embeds. For example, to highlight any text in your posts (and comments), just add the following custom field: Name: [color] Value: %content% Then, in your posts, you can use the embed like this: The quick [color col="brown"]brown[color] fox jumps over the [color col="yellow"]lazy dog[/color]. The %col% attribute is replaced by the value you set, and the special %content% attribute is replaced by the text between the open and close embed tags. If you want to use your embeds in all your posts, or use them in your sidebar widgets, you can create global HTML embeds using the Manage Embeds settings page, and take advantage of the following advanced features: For more information, go to the Embedder Plugin's Home Page where you will find extensive documentation for the plugin, and the Embedder Plugin Support Forum. If you decide the Embedder a whirl, please let me know how you get on by leaving feedback in the Embedder Plugin Support Forum. There is no need to register, just go there and post your comments.

安装:

Installation Instructions:
  1. Navigate to the Plugins >> Add New page in your blog's administration section.
  2. Search for Embedder.
  3. Locate the plugin in the list then click Install and follow the on-screen instructions.
Getting Started: Click here for a quick start guide to creating your first embed.

升级注意事项:

This version (1.3) is compatible with all previous versions. However, if you select the option to use the new parser, there are some minor, but significant changes you should be aware of, if you have already created some embeds with a previous version of the plugin. For more information please see the New Embedder Parser page. Finally, a lot of source code has been changed in this release (1.3). Care has been taken to test everything thoroughly, but there is always a chance that a couple of things might not work as expected. Please check to make sure your embeds are working properly once you have installed this version.

常见问题:

If I put two embeds right next to each other in a post (e.g. [myvid][mylink]) the second embed doesn't work. Why not?

By default, the plugin uses the WordPress shortcode feature to do the embedding, and there is a long-standing bug in the shortcode parser where it skips past the first character after the end of a embed tag, so it misses the second embed completely. To fix this problem, simply select the option to use the new Embedder parser at the top of the Settings >> Embeds administration page.

Using an embed nested inside the another instance of the same embed didn't work as I expected. What happened?

By default, the plugin relies on WordPress's shortcode parser to find the start and end tags of embeds, but the parser fails when you put one copy of an embed inside another with the same name. This is a well known WordPress limitation. To fix this problem, simply select the option to use the new Embedder parser at the top of the Settings >> Embeds administration page.

What are the minimum versions of software the plugin has been tested with?

  • WordPress 2.5 is the known minimum required (will definitely not work with older versions of WordPress)
  • WordPress 3.0.1 is the minimum version the plugin has been tested on
  • PHP5 5.2.6 (will probably work with earlier versions of PHP4 and PHP5)
  • MYSQL 5.0.5 (will probably work with earlier versions of MYSQL 4.0 and 5.0)

更新日志:

Version 1.3.5 Version 1.3.4 Version 1.3.3 Version 1.3.2 Version 1.3.1 Version 1.3 Version 1.2 Version 1.1.1 Minor but important bug fixes to import and enable/disable embeds. Version 1.1 Version 1.0 Version 0.5 Version 0.4 Version 0.3 Version 0.2 Version 0.1