url changes for the gem
This commit is contained in:
parent
c0473a3f13
commit
c9dd3cb9eb
|
@ -39,14 +39,14 @@
|
|||
</div>
|
||||
|
||||
<%= share_links(@bulletin, 'announcement') %>
|
||||
<a href="" target="_blank" class="fb-share-button">
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?u=<%= request.url %>&t=<%= @bulletin.title %>" target="_blank" class="fb-share-button">
|
||||
<%= image_tag("announcement/fbn.png",:width=>30, :height=>30) %>
|
||||
</a>
|
||||
|
||||
<script type="text/javascript">
|
||||
(function(){
|
||||
$(".fb-share-button").click(function(){
|
||||
var url = "https://www.facebook.com/sharer/sharer.php?u=" + window.location.href;
|
||||
var url = $(this).attr("href");
|
||||
newwindow = window.open(url,'name','height=500,width=1024');
|
||||
if (window.focus) {newwindow.focus()}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue