Plugin Directory

Changeset 1638626


Ignore:
Timestamp:
04/16/2017 06:31:51 PM (9 years ago)
Author:
Alaanassar
Message:

new text

Location:
diff-domain-new-tab/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • diff-domain-new-tab/trunk/diffDomainNewTab.php

    r1638594 r1638626  
    1717
    1818   function diffDomainNewTab() {
    19     add_options_page( 'Diff Domain New Tab', 'Diff Domain New Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' );
     19    add_options_page( 'WP New Tab', 'WP New Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' );
    2020   }
    2121
     
    2929   ?>
    3030<div class="wrap">
    31    <h2> <?php esc_html_e('Diff Domain New Tab','diffDomainNewTab') ?></h2>
     31   <h2> <?php esc_html_e('WP New Tab','diffDomainNewTab') ?></h2>
    3232   <p> <?php esc_html_e('Open links in new tab and save your visitors','diffDomainNewTab') ?></p>
    3333   <form method="post" action="options.php">
  • diff-domain-new-tab/trunk/readme.txt

    r1638594 r1638626  
    1 === diffDomainNewTab ===
     1=== WP New Tab ===
    22Contributors: Alaa nassar
    3 Tags: diffDomainNewTab , links, external links, target blank, target new, window.open, new window, blank window, new tab, blank tab, tabs, SEO, xhtml strict, javascript
     3Tags: diffDomainNewTab , Wp New Tab ,links, external links, target blank, target new, window.open, new window, blank window, new tab, blank tab, tabs, SEO, xhtml strict, javascript
    44Requires at least: 2.0
    55Tested up to: 4.9
    6 Stable tag: diffDomainNewTab
     6Stable tag: WP New Tab
     7
    78
    89== Description ==
    9 this a small plugin that open all external links out your website to save your visitors and imporove  your seo
     10Wp New Tab checks your external links and open in new tab.
    1011
    11 **Credits**
     12== Features ==
    1213
    13 jquery Plugin by (basselAhmed , https://github.com/basselAhmed/diffDomainNewTab)
     14* Automatically checks all external links
     15* open youtube , google, facebook, twitter or any social media in a new tab
     16* keep your visitor on your site and never loose a single visitor again to external sites
     17* choose what links to open in new tab or widnow.
     18* your website links are filtered automatically
     19
     20**jQuery Plugin**
     21
     22https://github.com/basselAhmed/diffDomainNewTab
     23
     24**Thank you**
     25
     26Alaa Alhoseany
     27Wael Xman
     28Bassel Ahmed
    1429
    1530= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.