PicPoints

Опис

PicPoints is a plugin that allows you to add interactive maps and clickable infographics to your WordPress site.

How To Use

To insert an interactive image into a web page, you should use the shortcode “picpoints”, for example

[picpoints img=”mysite.com/image.png”]
[hotspot x=”10″ y=”10″ Link=”google.com”]
[hotspot x=”50″ y=”50″ link=”bing.com”]
[hotspot x=”90″ y=”90″ link=”stackoverflow.com”]
[/picpoints]

Shortcode parameters:
img – image url
class – additional css classes applied to the interactive image container
x – left coordinate of the hotspot in %
y – top coordinate of the hotspot in %
link – url to an external resource

Встановлення

  • go to the WordPress admin console
  • go to “Plugins” -> “Add New”
  • search for “PicPoints”
  • Click “Install Now”
  • Click “Activate”

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“PicPoints” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “PicPoints” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.0

  • Initial release