removed old share links

This commit is contained in:
Harry Bomrah 2014-02-24 16:55:22 +08:00
parent 781a49750e
commit caad66cfb8
1 changed files with 13 additions and 14 deletions

View File

@ -38,21 +38,20 @@
<% end %> <% end %>
</div> </div>
<%= share_links(@bulletin, 'announcement') %> <%#= share_links(@bulletin, 'announcement') %>
<% if @fb_share %> <% if @fb_share %>
<a href="" target="_blank" class="fb-share-button"> <a href="" target="_blank" class="fb-share-button">
<%= image_tag("announcement/fbn.png",:width=>30, :height=>30) %> <%= image_tag("announcement/fbn.png",:width=>30, :height=>30) %>
</a> </a>
<% end %> <script type="text/javascript">
(function(){
<script type="text/javascript"> $(".fb-share-button").click(function(){
(function(){ var img = window.location.protocol + "//" + window.location.host + "<%= @bulletin.image.url rescue '' %>",
$(".fb-share-button").click(function(){ url = "https://www.facebook.com/sharer/sharer.php?s=100&p[title]=<%= @bulletin.title %>&p[images][0]=" + img + "&p[url]="+window.location.href;
var img = window.location.protocol + "//" + window.location.host + "<%= @bulletin.image.url rescue '' %>", newwindow = window.open(url,'name','height=500,width=1024');
url = "https://www.facebook.com/sharer/sharer.php?s=100&p[title]=<%= @bulletin.title %>&p[images][0]=" + img + "&p[url]="+window.location.href; if (window.focus) {newwindow.focus()}
newwindow = window.open(url,'name','height=500,width=1024'); return false;
if (window.focus) {newwindow.focus()} })
return false; })();
}) </script>
})(); <% end %>
</script>