Contents   |   Index

Hatena Diary is the blog service in Japanese. This Plug-in imports and converts the entries of Hatena Diary into sprites. First, it newly generates sprites on the page. The number of sprites is the same as that of the entries on the target diary page. A sprite corresponds to a sequential position of an entry in the page. For example, the sprite on the left side corresponds to the first entry, the sprite on the right side corresponds to the second entry, and so on. The content of the sprite is changed when the corresponding entry is changed. However, the location of the sprite does not change.

This Plug-in is implemented with the cache system using the RSS feeds on the target diary page (http://d.hatena.ne.jp/xxxxxxxxxxx/rss). It imports entries only if the rss is updated. 
  • plugin name
    • HatenaAntenna
  • plugin options (separate by a comma)
    • URL,Use Cache
    • e.g.) http://d.hatena.ne.jp/positlog/,usecache
    • e.g.) http://d.hatena.ne.jp/positlog/searchdiary?word=PositLog
  • plugin template
    • Available
URL is indispensable. In other options, if it is not provided, the default value is used.
  • URL: URL of the target Hatena Diary.
  • Use Cache: It imports entries only if the RSS is updated by default. Describe "usecache" if you would like to always use cache data instead of the latest data. This works faster because it does not import data over the network. In this case, click on the “Clear Cache” button when you would like to update the data. 

HatenaDiary Plug-in