Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Open Files In New Window or Tab

Mô tả

This plugin enqueues a simple jQuery script that looks for any anchor tag that has an href property to something with a file extension of 1-5 characters and makes it open in a new window or tab.

see script here

This means any link to a .pdf, .txt, .ppt, .doc, .xls, .xlst, etc will automatically have the property ‘target=”_blank”‘ added to it so it opens in a new window or browser tab.

Cài đặt

Upload the plugin files or install from the WordPress.org plugin repository.

e.g.

  1. Upload wp-open-files-new-window.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Hỏi đáp

What kind of links will this alter?

Any link that goes to a file

What does it do

Ex: This plugin would transform <a href="link-to-pdf.pdf">Open PDF</a> to <a href="link-to-pdf.pdf" target="_blank">Open PDF</a>

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Open Files In New Window or Tab” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.0

  • First version released