Linux 软件免费装
Banner图

Cinnamon

开发者 dartiss
更新时间 2017年11月24日 23:14
PHP版本: 5.3 及以上
WordPress版本: 4.9
版权: GPLv2 or later
版权网址: 版权信息

标签

search text browser find synonym

下载

1.2.3 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.2 1.2.1 1.2.2

详情介绍:

Find in-page text using synonyms. A visitor to your site decides to follow you on Twitter. You have a link in your footer - but their search for "Twitter" comes up empty and they move on. Unfortunately, you named the link "@username" instead. Cinnamon.js prevents just this situation, taking some of the pain out of naming things. It allows users to find links, images, and other content by their synonyms, using the browser's built-in Find function. Using it is incredibly simple - simply wrap the shortcode of [cinnamon] around with your word with each parameter being a synonym. For example.. [cinnamon Azure Cerulean Cobalt]Blue[/cinnamon] This will output the word "Blue" but searches for azure, cerulean or cobalt in the browser will find the same word. Technical specification... Before using this plugin it is highly recommended that you read the FAQ as there are important points to note with regard to its use Acknowledgements must go to Thomas Park for creating the Cinnamon script. Please visit our Github page for the latest code development, planned enhancements and known issues.

安装:

Cinnamon can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually...
  1. Upload the entire cinnamon folder to your wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress administration.
Voila! It's ready to go.

升级注意事项:

1.2.3
  • Added Github links

常见问题:

Does using this plugin affect your page ranking?

Hidden text, used deceptively, can be penalized by Google. Precisely what's counted as deception is anyone's guess, but there's a risk that it's deemed a dirty SEO tactic even if it is not intended as such.

Does Cinnamon hurt accessibility?

No - it uses aria-hidden to tell screen readers to ignore the synonyms.

Will the browser find "invisible" text?

If text is set to display: none;, Find doesn't see it at all - this much is true of all browsers. Same goes for visibility: hidden; (except for Opera, where Find matches the synonym but nothing is seen). When opacity is set to 0, most browsers match the text, but nothing is visibly highlighted (Opera is the odd man out again, highlighting the background of the matched text). When text is set to color: transparent; most browsers, including Firefox and Chrome, will highlight the area while the text stays transparent - just what we want!

Does it work on all browsers?

That I'm aware of - some edge cases may have been missed. However, Safari does things differently. When transparent text is found, Safari will display it as black text on yellow. If the text is buried under elements with a higher z-index, it brings it to the top. Another difference: most browsers match text in the middle of a string. Safari only does so when the string is CamelCase.

更新日志:

1.2.3 1.2.2 1.2.1 1.2 1.1.4 1.1.3 1.1.2 1.1.1 1.1 1.0