हे प्लगइन WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी चाचणी झालेले नाही. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता आहे.

Get your plurk

वर्णन

  • Cache the plurk to a static page, you don’t need to read fetch feed every time.
  • Display each plurk’s link and post time (or not).
  • Widget support.
  • Externel CSS file.

TODO

  • fetch other’s people plurk and integrated with yours

स्क्रीनशॉट

  • /tags/1.1.3/screenshot-1.png

स्थापना

  • Put the “get-your-plurk” folder to plugin folders.
  • Make a cache folder like /wp-content/cache/ if the cache folder is not exists.
  • add a cache file named “cache.tmp”, now you have a cache file like: “wp-content/cache/gyp-cache.tmp”
  • chmod the “gyp-cahce.tmp” file permission to writable (chmod 666 cache.tmp).
  • active the plugin.

** command:
** cd /wp-content
** mkdir cache
** cd cahce
** touch gyp-cache.tmp
** chmod 777 gyp-cache.tmp

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Get your plurk” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “Get your plurk” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

  • 1.1.3 – display username or not, move the cache file path, some code improve.
  • 1.1.1 – fix some css problem.
  • 1.1.0 – plurk looks and feel, and localization config file support. remove the “show link option”.
  • 1.0.5 – fix some readme error and default options.
  • 1.0.0 – first release.