How to let FIR open a URL when you click an image

简介: When we use FIR as a ad bar, we want FIR can take the visitor to specific web page when visitor click the image.

When we use FIR as a ad bar, we want FIR can take the visitor to specific web page when visitor click the image. Here it’s the solution for this reqirement.

please enter the "Edit ImageRotator options" page

image

 

When we use FIR as a ad bar, we want FIR can take the visitor to specific web page when visitor click the image. Here it’s the solution for this reqirement.

please enter the "Edit ImageRotator options" page

image

and set "Link From Display: " under "External Commnunication:" section as "true".

image

After that, when you click the image, it will take you to the URL filled in <info> field in image XML list file.

image
I found the "Link From Display" setting does not work in version 2.1 and before, I have fixed this bug and uploaded the 2.1.1 version to snowcovered. you can download it directly in snowcovered if you buy this module before.

目录
相关文章
|
4月前
|
前端开发 Linux Docker
【源码共读】跨平台打开 URL、文件、可执行文件 open
【源码共读】跨平台打开 URL、文件、可执行文件 open
66 1
|
PHP 开发工具 计算机视觉
PHP SDK百度人脸识别遇见的坑,BASE64识别程度高但加载慢;URL加载快,但总image download fail
PHP SDK百度人脸识别遇见的坑,BASE64识别程度高但加载慢;URL加载快,但总image download fail
107 0
|
Web App开发 C#
C# .NET 根据Url链接保存Image图片到本地磁盘
原文:C# .NET 根据Url链接保存Image图片到本地磁盘 根据一个Image的Url链接可以在浏览器中显示一个图片,如果要通过代码将图片保存在本地磁盘可以通过以下方式: 1、首先获取图片的二进制数组。
2472 0
|
22小时前
|
前端开发 JavaScript
前端JS截取url上的参数
文章介绍了两种前端JS获取URL参数的方法:手动截取封装和使用URLSearchParams。
7 0
|
1月前
|
开发框架 前端开发 .NET
Asp.net Webapi 的 Post 方法不能把参数加到 URL 中?试试这样写
Asp.net Webapi 的 Post 方法不能把参数加到 URL 中?试试这样写
|
1月前
|
Java
JAVA 获取 URL 指定参数的值
JAVA 获取 URL 指定参数的值
36 0
|
2月前
|
JavaScript 前端开发 数据格式
URL编码【详解】——Javascript对URL进行编码解码的三种方式的区别和使用场景,axios请求拦截器中对get请求的参数全部进行URL编码
URL编码【详解】——Javascript对URL进行编码解码的三种方式的区别和使用场景,axios请求拦截器中对get请求的参数全部进行URL编码
87 0
|
2月前
|
JavaScript
js 获取并解析 url 中参数的三种方法
js 获取并解析 url 中参数的三种方法
39 0