changing twitter text to view all tweets
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Sep 2017 18:49:03 +0000 (14:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Sep 2017 18:49:03 +0000 (14:49 -0400)
linking twitter title text to the client's twitter home page, changed the
text of the title to View All Tweets

parts/glm-blocks.php

index 6d2fc46..1269a9a 100644 (file)
@@ -26,8 +26,8 @@
     <div class="text-center small-12 medium-4 columns media-feed">
         
         <?php echo do_shortcode('[custom-twitter-feeds]'); ?>
-        <a href="https://twitter.com/MiGCSA">
-            <h1 class="twitter-title">Twitter feed</h1>
+        <a href="https://twitter.com/MiGCSA" target="_blank">
+            <h1 class="twitter-title">View All Tweets</h1>
         </a>
         
     </div>