內容簡介
```html
<!DOCTYPE html>
<html>
<body>
<h2>總結:</h2>
<p>PicPoints 是一個外掛,可讓您將互動地圖和可點擊的信息圖表添加到您的 WordPress 網站中。</p>
<h3>問題與答案:</h3>
<ul>
<li>如何在網頁中插入互動圖片?</li>
<li>您應該使用哪個短代碼來插入互動圖像?</li>
<li>請提供一個示例短代碼。</li>
<li>短代碼參數有哪些?</li>
</ul>
</body>
</html>
```
外掛標籤
開發者團隊
原文外掛簡介
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
