Making WordPress.org

Changeset 8443


Ignore:
Timestamp:
03/11/2019 10:32:36 PM (6 years ago)
Author:
coffee2code
Message:

Jobs: Replace Twitter and Facebook iframes with static links.

See #3655

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/wporg-footer.php

    r8285 r8443  
    3535
    3636        <ul>
    37             <li>
    38                 <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//platform.twitter.com/widgets/follow_button.html?screen_name=WordPress&show_count=false" style="width:135px; height:20px;"></iframe>
    39             </li>
    40             <li>
    41                 <iframe src="//www.facebook.com/plugins/like.php?app_id=121415197926116&amp;href=http%3A%2F%2Fwww.facebook.com%2Fwordpress&amp;send=false&amp;layout=button_count&amp;width=135&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=lucida+grande&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:135px; height:21px;" allowTransparency="true"></iframe>
    42             </li>
     37            <li><span class="dashicons dashicons-twitter"></span><a href="https://twitter.com/WordPress" title="<?php echo esc_attr( sprintf( __( 'Follow %s on Twitter', 'jobswp' ), '@WordPress' ) ); ?>">@WordPress</a></li>
     38            <li><span class="dashicons dashicons-facebook"></span><a href="https://www.facebook.com/WordPress/" title="<?php echo esc_attr( sprintf( __( 'Like %s on Facebook', 'jobswp' ), 'WordPress' ) ); ?>">WordPress</a></li>
    4339        </ul>
    4440    </div>
Note: See TracChangeset for help on using the changeset viewer.