Version Description
- Fix: Bug where
is_mobile
is undefined. Floating sharebar not opening after it is closed. - Fix: Minor changes to admin UI.
Download this release
Release Info
Developer | vaakash |
Plugin | WP Socializer |
Version | 5.2.1 |
Comparing to | |
See all releases |
Code changes from version 5.2 to 5.2.1
- admin/admin.php +49 -33
- admin/css/style.css +134 -33
- admin/images/banners/ufw.png +0 -0
- admin/js/script.js +3 -4
- core/templates.php +4 -0
- readme.txt +10 -6
- wpsr.php +2 -2
admin/admin.php
CHANGED
@@ -121,6 +121,8 @@ class WPSR_Admin{
|
|
121 |
call_user_func( self::$pages[ self::$current_page ][ 'page_callback' ] );
|
122 |
}
|
123 |
|
|
|
|
|
124 |
echo '</div>';
|
125 |
|
126 |
self::admin_sidebar();
|
@@ -711,8 +713,8 @@ class WPSR_Admin{
|
|
711 |
|
712 |
public static function admin_links(){
|
713 |
echo '<div class="admin_links">
|
714 |
-
<a href="https://
|
715 |
-
<a href="https://
|
716 |
</div>';
|
717 |
}
|
718 |
|
@@ -721,7 +723,7 @@ class WPSR_Admin{
|
|
721 |
$screen = get_current_screen();
|
722 |
|
723 |
if( self::$pagehook == $screen->id ){
|
724 |
-
return '<img src="' . WPSR_ADMIN_URL . '/images/icons/aakash-web.png" /> Thank you for using WP Socializer. Created by <a href="https://www.aakashweb.com" target="_blank">Aakash Chakravarthy</a
|
725 |
}
|
726 |
|
727 |
return $text;
|
@@ -729,40 +731,36 @@ class WPSR_Admin{
|
|
729 |
}
|
730 |
|
731 |
public static function admin_sidebar(){
|
732 |
-
|
733 |
echo '<div id="sidebar">';
|
734 |
|
735 |
-
echo '<div class="side_card
|
736 |
-
echo '<h2
|
737 |
-
echo '<
|
738 |
-
echo '<
|
739 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
740 |
echo '</div>';
|
741 |
|
742 |
-
echo '
|
743 |
-
<
|
744 |
-
|
745 |
-
<
|
746 |
-
<p>
|
747 |
-
|
748 |
-
|
749 |
-
<
|
750 |
-
<
|
751 |
-
|
752 |
-
|
753 |
-
<option value="7">$7</option>
|
754 |
-
<option value="8">$8</option>
|
755 |
-
<option value="9">$9</option>
|
756 |
-
<option value="10">$10</option>
|
757 |
-
<option value="11">$11</option>
|
758 |
-
<option value="12">$12</option>
|
759 |
-
<option value="">Custom</option>
|
760 |
-
</select>
|
761 |
-
<a class="button button-primary buy_coffee_btn" href="https://www.paypal.me/vaakash/6" data-link="https://www.paypal.me/vaakash/" target="_blank">Buy me a coffee !<i class="fas fa-chevron-right"></i></a>
|
762 |
-
</div>
|
763 |
-
|
764 |
-
</div>
|
765 |
-
';
|
766 |
|
767 |
echo '</div>';
|
768 |
|
@@ -788,6 +786,24 @@ class WPSR_Admin{
|
|
788 |
|
789 |
}
|
790 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
791 |
}
|
792 |
|
793 |
WPSR_Admin::init();
|
121 |
call_user_func( self::$pages[ self::$current_page ][ 'page_callback' ] );
|
122 |
}
|
123 |
|
124 |
+
self::coffee_box();
|
125 |
+
|
126 |
echo '</div>';
|
127 |
|
128 |
self::admin_sidebar();
|
713 |
|
714 |
public static function admin_links(){
|
715 |
echo '<div class="admin_links">
|
716 |
+
<a href="https://twitter.com/intent/tweet?hashtags=wordpress&ref_src=twsrc%5Etfw&related=aakashweb&text=Check%20out%20WP%20Socializer%2C%20a%20powerful%20social%20media%20share%20icons%2C%20buttons%20plugin%20for%20WordPress&tw_p=tweetbutton&url=https%3A%2F%2Fwww.aakashweb.com%2Fwordpress-plugins%2Fwp-socializer%2F&via=aakashweb" target="_blank" class="twitter_btn"><i class="fab fa-twitter"></i>Recommend this plugin</a>
|
717 |
+
<a href="https://www.aakashweb.com/forum/discuss/wordpress-plugins/wp-socializer/?utm_source=wp-socializer&utm_medium=admin&utm_campaign=feedback" target="_blank" class="feedback_btn"><i class="fa fa-comment"></i>Feedback</a>
|
718 |
</div>';
|
719 |
}
|
720 |
|
723 |
$screen = get_current_screen();
|
724 |
|
725 |
if( self::$pagehook == $screen->id ){
|
726 |
+
return '<img src="' . WPSR_ADMIN_URL . '/images/icons/aakash-web.png" /> Thank you for using WP Socializer. Created by <a href="https://www.aakashweb.com" target="_blank">Aakash Chakravarthy</a>. More <a href="https://www.aakashweb.com/wordpress-plugins/" target="_blank">WordPress plugins</a>';
|
727 |
}
|
728 |
|
729 |
return $text;
|
731 |
}
|
732 |
|
733 |
public static function admin_sidebar(){
|
734 |
+
|
735 |
echo '<div id="sidebar">';
|
736 |
|
737 |
+
echo '<div class="side_card">';
|
738 |
+
echo '<h2>Get updates</h2>';
|
739 |
+
echo '<p>Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam.</p>';
|
740 |
+
echo '<div class="social_share">
|
741 |
+
<a href="https://www.facebook.com/aakashweb" class="ss_facebook" target="_blank"><span class="dashicons dashicons-facebook"></span><div>Facebook</div></a>
|
742 |
+
<a href="https://twitter.com/aakashweb" class="ss_twitter" target="_blank"><span class="dashicons dashicons-twitter"></span><div>Twitter</div></a>
|
743 |
+
</div>';
|
744 |
+
|
745 |
+
echo '<form class="subscribe_form" action="https://aakashweb.us19.list-manage.com/subscribe/post?u=b7023581458d048107298247e&id=ef5ab3c5c4" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate>
|
746 |
+
<input type="email" value="" name="EMAIL" class="required subscribe_email_box" id="mce-EMAIL" placeholder="Your email address">
|
747 |
+
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_b7023581458d048107298247e_ef5ab3c5c4" tabindex="-1" value=""></div>
|
748 |
+
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button subscribe_btn">
|
749 |
+
</form>';
|
750 |
+
|
751 |
echo '</div>';
|
752 |
|
753 |
+
echo '<div class="ufw"><h4><a href="https://www.aakashweb.com/wordpress-plugins/ultimate-floating-widgets/?utm_source=wp-socializer&utm_medium=sidebar&utm_campaign=ufw" target="_blank">
|
754 |
+
<i>Check out <span class="dashicons dashicons-arrow-right-alt2"></span></i>
|
755 |
+
<br/> Ultimate floating widgets</a></h4>
|
756 |
+
<img src="' . WPSR_ADMIN_URL . 'images/banners/ufw.png" class="balloon" />
|
757 |
+
<p>A WordPress plugin to create floating widgets from the same developer</p></div>';
|
758 |
+
|
759 |
+
echo '<a class="rate_review" href="https://wordpress.org/support/plugin/wp-socializer/reviews/?rate=5#new-post" target="_blank">
|
760 |
+
<h4>Rate & Review</h4>
|
761 |
+
<span class="dashicons dashicons-star-filled"></span>
|
762 |
+
<p>Like this plugin ? please do rate and review.</p>
|
763 |
+
</a>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
764 |
|
765 |
echo '</div>';
|
766 |
|
786 |
|
787 |
}
|
788 |
|
789 |
+
public static function coffee_box(){
|
790 |
+
|
791 |
+
echo '<div class="cfe_bottom">';
|
792 |
+
echo '<img src="' . WPSR_ADMIN_URL . '/images/icons/coffee.svg" />';
|
793 |
+
echo '<h3>Buy me a Coffee !</h3><p>If you like this plugin, buy me a coffee and help support this plugin !</p>';
|
794 |
+
echo '<div class="cfe_form">';
|
795 |
+
echo '<select class="cfe_amt">';
|
796 |
+
for($i = 5; $i <= 15; $i++){
|
797 |
+
echo '<option value="' . $i . '" ' . ($i == 6 ? 'selected="selected"' : '') . '>$' . $i . '</option>';
|
798 |
+
}
|
799 |
+
echo '<option value="">Custom</option>';
|
800 |
+
echo '</select>';
|
801 |
+
echo '<a class="button button-primary cfe_btn" href="https://www.paypal.me/vaakash/6" data-link="https://www.paypal.me/vaakash/" target="_blank">' . __( 'Buy me a coffee !', 'wpsr' ) . '</a>';
|
802 |
+
echo '</div>';
|
803 |
+
echo '</div>';
|
804 |
+
|
805 |
+
}
|
806 |
+
|
807 |
}
|
808 |
|
809 |
WPSR_Admin::init();
|
admin/css/style.css
CHANGED
@@ -63,35 +63,22 @@ h1.wpsr_title a i{
|
|
63 |
transform: translateY(-50%);
|
64 |
}
|
65 |
.side_card {
|
66 |
-
padding:
|
67 |
-
border-radius: 5px;
|
68 |
background-position: 30px center;
|
69 |
margin-bottom: 15px;
|
70 |
background-size: 95px;
|
71 |
background-color: #fff;
|
72 |
-
|
73 |
}
|
74 |
.side_card h2 {
|
75 |
-
margin: -
|
76 |
-
padding: 15px
|
77 |
-
border-
|
78 |
}
|
79 |
.side_card h2 i {
|
80 |
margin: 0 10px;
|
81 |
}
|
82 |
-
|
83 |
-
margin: 0 -25px;
|
84 |
-
}
|
85 |
-
.side_card .banner img{
|
86 |
-
width: 100%;
|
87 |
-
}
|
88 |
-
.side_card .button-primary{
|
89 |
-
width: 100%;
|
90 |
-
}
|
91 |
-
.side_card .button-primary i {
|
92 |
-
float: right;
|
93 |
-
margin-top: 7px;
|
94 |
-
}
|
95 |
|
96 |
.admin_pages_list{
|
97 |
display: flex;
|
@@ -1402,11 +1389,11 @@ select[name="ft_status"]{
|
|
1402 |
.admin_links a i{
|
1403 |
margin-right: 10px;
|
1404 |
}
|
1405 |
-
.admin_links .
|
1406 |
-
background:
|
1407 |
}
|
1408 |
.admin_links .twitter_btn{
|
1409 |
-
background:
|
1410 |
}
|
1411 |
|
1412 |
.intro_popup{
|
@@ -1563,28 +1550,142 @@ select[name="ft_status"]{
|
|
1563 |
|
1564 |
/** Promo **/
|
1565 |
|
1566 |
-
.
|
1567 |
-
background
|
|
|
|
|
|
|
|
|
|
|
|
|
1568 |
color: #fff;
|
|
|
1569 |
}
|
1570 |
-
.
|
1571 |
-
|
1572 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1573 |
}
|
1574 |
-
.
|
1575 |
-
|
|
|
|
|
|
|
1576 |
}
|
1577 |
-
|
|
|
1578 |
display: flex;
|
|
|
|
|
|
|
|
|
1579 |
flex-direction: column;
|
1580 |
}
|
1581 |
-
.
|
1582 |
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1583 |
}
|
1584 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1585 |
|
1586 |
-
|
1587 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1588 |
}
|
1589 |
|
1590 |
/** Misc **/
|
63 |
transform: translateY(-50%);
|
64 |
}
|
65 |
.side_card {
|
66 |
+
padding: 20px;
|
|
|
67 |
background-position: 30px center;
|
68 |
margin-bottom: 15px;
|
69 |
background-size: 95px;
|
70 |
background-color: #fff;
|
71 |
+
border: 1px solid #ccd0d4;
|
72 |
}
|
73 |
.side_card h2 {
|
74 |
+
margin: -20px -20px 20px -20px;
|
75 |
+
padding: 15px;
|
76 |
+
border-bottom: 1px solid #ccd0d4;
|
77 |
}
|
78 |
.side_card h2 i {
|
79 |
margin: 0 10px;
|
80 |
}
|
81 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
.admin_pages_list{
|
84 |
display: flex;
|
1389 |
.admin_links a i{
|
1390 |
margin-right: 10px;
|
1391 |
}
|
1392 |
+
.admin_links .feedback_btn{
|
1393 |
+
background: #28c62e;
|
1394 |
}
|
1395 |
.admin_links .twitter_btn{
|
1396 |
+
background: #4da7de;
|
1397 |
}
|
1398 |
|
1399 |
.intro_popup{
|
1550 |
|
1551 |
/** Promo **/
|
1552 |
|
1553 |
+
.ufw{
|
1554 |
+
background: linear-gradient(180deg, #2196F3, #58a4e1);
|
1555 |
+
color: #fff;
|
1556 |
+
border-radius: 5px;
|
1557 |
+
padding: 15px;
|
1558 |
+
margin: 15px 0 0 0;
|
1559 |
+
}
|
1560 |
+
.ufw a{
|
1561 |
color: #fff;
|
1562 |
+
text-decoration: none;
|
1563 |
}
|
1564 |
+
.ufw a:hover{
|
1565 |
+
text-decoration: underline;
|
1566 |
+
}
|
1567 |
+
.ufw p{
|
1568 |
+
opacity: 0.8;
|
1569 |
+
display: block;
|
1570 |
+
font-style: italic;
|
1571 |
+
margin: 5px 0 0 0;
|
1572 |
+
}
|
1573 |
+
.ufw h4{
|
1574 |
+
margin: 0 0 10px 0;
|
1575 |
+
font-size: 1.3em;
|
1576 |
+
line-height: 1.3;
|
1577 |
+
}
|
1578 |
+
.ufw h4 i{
|
1579 |
+
font-weight: normal;
|
1580 |
+
}
|
1581 |
+
.ufw .balloon{
|
1582 |
+
float: right;
|
1583 |
+
margin-left: 15px;
|
1584 |
+
}
|
1585 |
+
|
1586 |
+
/** Social share **/
|
1587 |
+
.social_share {
|
1588 |
+
display: flex;
|
1589 |
+
}
|
1590 |
+
.social_share > a{
|
1591 |
+
width: 100%;
|
1592 |
+
text-align: center;
|
1593 |
+
padding: 10px 0;
|
1594 |
+
font-weight: bold;
|
1595 |
+
text-decoration: none;
|
1596 |
+
}
|
1597 |
+
.social_share >a:hover{
|
1598 |
+
color: #000;
|
1599 |
+
text-decoration: none;
|
1600 |
+
background-color: #fcfcfc;
|
1601 |
}
|
1602 |
+
.social_share .dashicons {
|
1603 |
+
font-size: 32px;
|
1604 |
+
width: 32px;
|
1605 |
+
height: 32px;
|
1606 |
+
margin: 0 0 5px 0;
|
1607 |
}
|
1608 |
+
|
1609 |
+
.subscribe_form {
|
1610 |
display: flex;
|
1611 |
+
padding: 15px;
|
1612 |
+
background: #f7f7f7;
|
1613 |
+
border-radius: 5px;
|
1614 |
+
margin-top: 10px;
|
1615 |
flex-direction: column;
|
1616 |
}
|
1617 |
+
.subscribe_form .subscribe_email_box {
|
1618 |
width: 100%;
|
1619 |
+
margin-bottom: 10px;
|
1620 |
+
}
|
1621 |
+
.subscribe_form .subscribe_btn .dashicons{
|
1622 |
+
font-size: 16px;
|
1623 |
+
width: 16px;
|
1624 |
+
margin: 7px 3px 0 0;
|
1625 |
+
}
|
1626 |
+
.ss_facebook{
|
1627 |
+
color: #3578E5;
|
1628 |
+
}
|
1629 |
+
.ss_twitter{
|
1630 |
+
color: #1DA1F2;
|
1631 |
}
|
1632 |
|
1633 |
+
/** Rate & review **/
|
1634 |
+
.rate_review{
|
1635 |
+
display: block;
|
1636 |
+
padding: 15px;
|
1637 |
+
background: #fff;
|
1638 |
+
margin-top: 15px;
|
1639 |
+
text-decoration: none;
|
1640 |
+
color: #444;
|
1641 |
+
border: 1px solid #ccd0d4;
|
1642 |
+
}
|
1643 |
+
.rate_review h4 {
|
1644 |
+
margin: 0;
|
1645 |
+
font-size: 15px;
|
1646 |
+
}
|
1647 |
+
.rate_review p {
|
1648 |
+
margin: 15px 0 0 0;
|
1649 |
+
}
|
1650 |
+
.rate_review .dashicons {
|
1651 |
+
float: right;
|
1652 |
+
font-size: 32px;
|
1653 |
+
margin: 10px;
|
1654 |
+
color: #FFC107;
|
1655 |
+
}
|
1656 |
+
.rate_review:hover{
|
1657 |
+
background-color: #fcfcfc;
|
1658 |
+
text-decoration: none;
|
1659 |
+
}
|
1660 |
|
1661 |
+
/** Coffee - Box **/
|
1662 |
+
.cfe_bottom{
|
1663 |
+
background: #fff;
|
1664 |
+
padding: 15px;
|
1665 |
+
display: flex;
|
1666 |
+
border: 1px solid #e3bbac;
|
1667 |
+
align-items: center;
|
1668 |
+
box-shadow: 0 1px 1px rgba(0,0,0,.04);
|
1669 |
+
}
|
1670 |
+
.cfe_bottom > * {
|
1671 |
+
margin: 0 15px 0 0;
|
1672 |
+
vertical-align: middle;
|
1673 |
+
}
|
1674 |
+
.cfe_bottom h3{
|
1675 |
+
font-size: 15px;
|
1676 |
+
}
|
1677 |
+
.cfe_bottom img{
|
1678 |
+
height: 32px;
|
1679 |
+
}
|
1680 |
+
.cfe_form{
|
1681 |
+
display: flex;
|
1682 |
+
}
|
1683 |
+
.cfe_form select{
|
1684 |
+
width: 100%;
|
1685 |
+
margin-right: 1em;
|
1686 |
+
}
|
1687 |
+
.cfe_form .button{
|
1688 |
+
text-align: center;
|
1689 |
}
|
1690 |
|
1691 |
/** Misc **/
|
admin/images/banners/ufw.png
CHANGED
Binary file
|
admin/js/script.js
CHANGED
@@ -1180,11 +1180,10 @@ jQuery(document).ready(function(){
|
|
1180 |
feature_toggle();
|
1181 |
});
|
1182 |
|
1183 |
-
$( document ).on( 'change', '.
|
1184 |
-
var btn = $(
|
1185 |
-
btn.attr(
|
1186 |
});
|
1187 |
-
|
1188 |
|
1189 |
// V5
|
1190 |
$( document ).on( 'keyup', '.sip_filter', function(){
|
1180 |
feature_toggle();
|
1181 |
});
|
1182 |
|
1183 |
+
$( document ).on( 'change', '.cfe_amt', function(){
|
1184 |
+
var $btn = $(this).closest('.cfe_form').find('.cfe_btn');
|
1185 |
+
$btn.attr('href', $btn.data('link') + $(this).val());
|
1186 |
});
|
|
|
1187 |
|
1188 |
// V5
|
1189 |
$( document ).on( 'keyup', '.sip_filter', function(){
|
core/templates.php
CHANGED
@@ -327,6 +327,9 @@ class WPSR_Template_Followbar{
|
|
327 |
$style = join( ';', $styles );
|
328 |
|
329 |
foreach( $btns as $btn_obj ){
|
|
|
|
|
|
|
330 |
$id = key( (array) $btn_obj );
|
331 |
|
332 |
if(!array_key_exists($id, $sb_sites)){
|
@@ -779,6 +782,7 @@ class WPSR_Template_Floating_Sharebar{
|
|
779 |
$page_info = WPSR_Metadata::metadata();
|
780 |
$counter_services = WPSR_Share_Counter::counter_services();
|
781 |
$selected_icons = json_decode( base64_decode( $o[ 'selected_icons' ] ) );
|
|
|
782 |
|
783 |
$classes = array( 'socializer', 'sr-popup', 'sr-vertical' );
|
784 |
|
327 |
$style = join( ';', $styles );
|
328 |
|
329 |
foreach( $btns as $btn_obj ){
|
330 |
+
|
331 |
+
$btn_obj = apply_filters( 'wpsr_mod_followbar_button', $btn_obj );
|
332 |
+
|
333 |
$id = key( (array) $btn_obj );
|
334 |
|
335 |
if(!array_key_exists($id, $sb_sites)){
|
782 |
$page_info = WPSR_Metadata::metadata();
|
783 |
$counter_services = WPSR_Share_Counter::counter_services();
|
784 |
$selected_icons = json_decode( base64_decode( $o[ 'selected_icons' ] ) );
|
785 |
+
$is_mobile = wp_is_mobile();
|
786 |
|
787 |
$classes = array( 'socializer', 'sr-popup', 'sr-vertical' );
|
788 |
|
readme.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
=== Social Media
|
2 |
Contributors: vaakash
|
3 |
Donate link: https://www.paypal.me/vaakash/6
|
4 |
Tags: sharing, social media icons, share icons, share buttons, follow buttons, widgets, floating share buttons, profile buttons, mobile sharebar, profile icons, social bar, share counter, excerpt, shortcode, linkedin, pinterest, pocket, reddit, sharethis, addthis, whatsapp, tweet, vkontakte, socializer, wp socializer, weibo, line, mix, odnoklassniki, renren, skype
|
5 |
Requires at least: 4.6
|
6 |
-
Tested up to: 5.4
|
7 |
-
Stable tag: 5.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Requires PHP: 5.3
|
11 |
|
12 |
-
|
13 |
|
14 |
== Description ==
|
15 |
|
@@ -96,7 +96,7 @@ Add to favorites, Behance, Bitbucket, Blogger, CodePen, Comments, Delicious, Dev
|
|
96 |
|
97 |
= More links =
|
98 |
|
99 |
-
* [Support Forum](
|
100 |
* [Homepage](https://www.aakashweb.com/wordpress-plugins/wp-socializer/)
|
101 |
|
102 |
|
@@ -112,7 +112,7 @@ Add to favorites, Behance, Bitbucket, Blogger, CodePen, Comments, Delicious, Dev
|
|
112 |
|
113 |
= Why are the share icons not aligned properly ? =
|
114 |
|
115 |
-
Share icons are aligned using CSS. This alignment can sometimes be disturbed by the active theme used. This can be corrected by CSS. Please refer [this image](https://goo.gl/Ge7riC#css-classes) for the list of CSS classes used by plugin to modify it or else please post your issue in the [support forum](
|
116 |
|
117 |
= Social icons are not displayed in the page ! =
|
118 |
|
@@ -150,6 +150,10 @@ Please refer [this page](https://goo.gl/Ge7riC) for the full list of FAQs.
|
|
150 |
|
151 |
== Changelog ==
|
152 |
|
|
|
|
|
|
|
|
|
153 |
= 5.2 =
|
154 |
* New: Support for shortcodes in custom HTML.
|
155 |
* New: Separate share URLs for desktop and mobile which enables support for app linking.
|
1 |
+
=== Social Media Share Icons, Buttons & Widgets - WP Socializer ===
|
2 |
Contributors: vaakash
|
3 |
Donate link: https://www.paypal.me/vaakash/6
|
4 |
Tags: sharing, social media icons, share icons, share buttons, follow buttons, widgets, floating share buttons, profile buttons, mobile sharebar, profile icons, social bar, share counter, excerpt, shortcode, linkedin, pinterest, pocket, reddit, sharethis, addthis, whatsapp, tweet, vkontakte, socializer, wp socializer, weibo, line, mix, odnoklassniki, renren, skype
|
5 |
Requires at least: 4.6
|
6 |
+
Tested up to: 5.4.1
|
7 |
+
Stable tag: 5.2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Requires PHP: 5.3
|
11 |
|
12 |
+
Simple & easy way to add social media sharing icons, follow social profile icons, floating, text & mobile sharebar easily with services like Facebook, Twitter, LinkedIn, Pinterest, Instagram etc.
|
13 |
|
14 |
== Description ==
|
15 |
|
96 |
|
97 |
= More links =
|
98 |
|
99 |
+
* [Support Forum](https://www.aakashweb.com/forum/discuss/wordpress-plugins/wp-socializer/)
|
100 |
* [Homepage](https://www.aakashweb.com/wordpress-plugins/wp-socializer/)
|
101 |
|
102 |
|
112 |
|
113 |
= Why are the share icons not aligned properly ? =
|
114 |
|
115 |
+
Share icons are aligned using CSS. This alignment can sometimes be disturbed by the active theme used. This can be corrected by CSS. Please refer [this image](https://goo.gl/Ge7riC#css-classes) for the list of CSS classes used by plugin to modify it or else please post your issue in the [support forum](https://www.aakashweb.com/forum/discuss/wordpress-plugins/wp-socializer/) I'll try my best to give a quick CSS fix for the misalignment.
|
116 |
|
117 |
= Social icons are not displayed in the page ! =
|
118 |
|
150 |
|
151 |
== Changelog ==
|
152 |
|
153 |
+
= 5.2.1 =
|
154 |
+
* Fix: Bug where `is_mobile` is undefined. Floating sharebar not opening after it is closed.
|
155 |
+
* Fix: Minor changes to admin UI.
|
156 |
+
|
157 |
= 5.2 =
|
158 |
* New: Support for shortcodes in custom HTML.
|
159 |
* New: Separate share URLs for desktop and mobile which enables support for app linking.
|
wpsr.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
* Plugin Name: WP Socializer
|
4 |
* Plugin URI: https://www.aakashweb.com/wordpress-plugins/wp-socializer/
|
5 |
* Description: WP Socializer is an all in one complete social media plugin to add native social media buttons, icons, floating sharebar, follow us buttons, profile icons, mobile sharebar and selected text share popups easily with complete control and customization.
|
6 |
-
* Version: 5.2
|
7 |
* Author: Aakash Chakravarthy
|
8 |
* Author URI: https://www.aakashweb.com
|
9 |
* Text Domain: wpsr
|
10 |
* Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
-
define( 'WPSR_VERSION', '5.2' );
|
14 |
define( 'WPSR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
|
15 |
define( 'WPSR_URL', plugin_dir_url( __FILE__ ) );
|
16 |
define( 'WPSR_ADMIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) . 'admin' ) );
|
3 |
* Plugin Name: WP Socializer
|
4 |
* Plugin URI: https://www.aakashweb.com/wordpress-plugins/wp-socializer/
|
5 |
* Description: WP Socializer is an all in one complete social media plugin to add native social media buttons, icons, floating sharebar, follow us buttons, profile icons, mobile sharebar and selected text share popups easily with complete control and customization.
|
6 |
+
* Version: 5.2.1
|
7 |
* Author: Aakash Chakravarthy
|
8 |
* Author URI: https://www.aakashweb.com
|
9 |
* Text Domain: wpsr
|
10 |
* Domain Path: /languages
|
11 |
*/
|
12 |
|
13 |
+
define( 'WPSR_VERSION', '5.2.1' );
|
14 |
define( 'WPSR_PATH', plugin_dir_path( __FILE__ ) ); // All have trailing slash
|
15 |
define( 'WPSR_URL', plugin_dir_url( __FILE__ ) );
|
16 |
define( 'WPSR_ADMIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) . 'admin' ) );
|