Plugin Directory

Changeset 2341143


Ignore:
Timestamp:
07/15/2020 06:37:46 PM (6 years ago)
Author:
radianceLux
Message:

Fixed issue #1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • widget-for-parler/trunk/share-to-parler.php

    r2341134 r2341143  
    9696                echo '
    9797                <script>function parlerFOLLOW() {window.open("'. $link . $parler_username_0 .'");}</script>
    98                 <button type="button" class="parler-follow" onclick="parlerFOLLOW()"></button>';
     98                <button type="button" class="parlerfollow" onclick="parlerFOLLOW()"></button>';
    9999            }
    100100
     
    103103                echo '
    104104                <script>function parlerSHARE() {window.open("https://parler.com/new-post?message="+ window.location.href);}</script>
    105                 <button type="button" class="parler-share" onclick="parlerSHARE()"></button>';
     105                <button type="button" class="parlershare" onclick="parlerSHARE()"></button>';
    106106            }
    107107        echo '</div>';
     
    217217 */
    218218 
    219 function sopp_load_plugin_css() {
     219function wpse_load_plugin_css() {
    220220    $plugin_url = plugin_dir_url( __FILE__ );
    221221
    222     wp_enqueue_style( 'style1', $plugin_url . 'css/style.css' );
    223 }
    224 add_action( 'wp_enqueue_styles', 'sopp_load_plugin_css' );
     222    wp_enqueue_style( 'style1', $plugin_url . 'css/style1.css' );
     223}
     224add_action( 'wp_enqueue_scripts', 'wpse_load_plugin_css' );
Note: See TracChangeset for help on using the changeset viewer.