Plugin Directory

Changeset 1385629


Ignore:
Timestamp:
04/03/2016 01:28:32 PM (10 years ago)
Author:
cloxy
Message:

added HTTPS support

Location:
spodelime/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • spodelime/trunk/readme.txt

    r326463 r1385629  
    33Tags: share, sharing, bookmark, bookmarking, button, Facebook, Twitter, social, Bulgaria
    44Requires at least: 2.0
    5 Tested up to: 3.0.3
     5Tested up to: 4.4.2
    66Stable tag: trunk
    77
     
    2525== Changelog ==
    2626
     27= 1.5 =
     28* Добавена е поддръжка на HTTPS. Бутонът е с нов по-добър дизайн. Други оптимизации по кода.
     29
    2730= 1.4 =
    2831* Кодът на бутона вече работи в асинхронен режим по стандартите на HTML5 чрез async атрибут.
  • spodelime/trunk/spodelime.php

    r326463 r1385629  
    66Author: Васил Тошков
    77Author URI: http://spodelime.com/
    8 Version: 1.4
     8Version: 1.5
    99*/
    1010
     
    2323        $anchor[] = "сподели бутон";
    2424        $anchor[] = "социални мрежи";
     25        $anchor[] = "социални бутони";
     26        $anchor[] = "социално споделяне";
     27        $anchor[] = "spodelime";
     28        $anchor[] = "spodelime.com";
     29        $anchor[] = "споделяне във facebook";
    2530
    2631        $salt = crc32($_SERVER['REQUEST_URI']);
     
    3035        $content.= "<p>";
    3136        $content.= "<a href=\"http://spodelime.com/\" class=\"spodelime\">{$anchor[$index]}</a>";
    32         $content.= "<script src=\"http://spodelime.com/sm.js\" type=\"text/javascript\" async=\"async\"></script>";
     37        $content.= "<script src=\"//spodelime.com/sm.js\" async></script>";
    3338        $content.= "</p>\n";
    3439    }
     
    3641}
    3742add_filter("the_content", "spodelime");
    38 
    39 ?>
Note: See TracChangeset for help on using the changeset viewer.