博客上的标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了博客上的标签相关的知识,希望对你有一定的参考价值。

Si alojas tus fotos en Flickr y tienes un fotolog o simplemente quieres poner un buscador de tus fotos en Flickr en tu blog, aquí tienes la forma, es muy sencillo, sólo tienes que poner el siguiente código.

Donde tenéis que cambiar el ID [email protected] por vuestro propio ID en Flickr, con idGettr podéis obtenerlo de forma sencilla. También podéis cambiar el valor m donde pone "text" por "tags" para convertirlo así en búsqueda por tags de vuestras fotos.
  1. <!-- Search flickr -->
  2.  
  3. <form method=GET action="http://www.flickr.com/search/" target="_blank">
  4.  
  5. <input type=hidden name=w value="[email protected]">
  6.  
  7. <input type=hidden name=m value="text">
  8.  
  9. <input type=text name=q size=25 maxlength=255 value="">
  10.  
  11. <input type=submit value="Flickr Search">
  12.  
  13. </form>
  14.  
  15. <!-- Search flickr -->

以上是关于博客上的标签的主要内容,如果未能解决你的问题,请参考以下文章

我实施滑动标签有什么问题?

[原创]java WEB学习笔记61:Struts2学习之路--通用标签 property,uri,param,set,push,if-else,itertor,sort,date,a标签等(代码片段

如何通过代码设置片段标签?

getPageTitle() 没有被片段内的 Tablayout 调用

博客上的标签

博客上的 Laravel 5.1 多对多标签不起作用