2017-07-04 15 views
-1

私はこのコードhttps://codepen.io/anon/pen/YQLdLgを持っています。私はポップアップ共有ウィンドウに、私が望むサイズを小さくして中央に揃えたいと思います。今すぐ完全なウィンドウで開きます。Twitterの共有ボタンがフルウィンドウで開きます

私はonclick="window.open(this.href,width=400,height=250);return false;で試しましたが、動作させることができませんでした。

+0

このPHPはどうですか? –

+0

申し訳ありませんが、私は初心者です。あなたは、この正確なコードをより小さな新しいウィンドウで動作させる方法を知っていますか?ありがとうございました! – rid

+0

それは大丈夫です。あなたが答えを得てうれしい。 –

答えて

1

デモ:https://codepen.io/kumarrishikesh12/pen/VWxgbY


Facebookの

<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.example.com/" id="facebookurl" name="fb_url" target="_blank" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"> 

Linkdin

<a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.example.com/&title=myexample" id="linkedinurl" name="linkedin_url" target="_blank" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"> 

さえずり

<a href="https://twitter.com/intent/tweet?text=Check%20out%20my%20new%20webpage%21&via=example&url=http://www.example.com" id="twitternurl" name="twitter_url" target="_blank" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"> 

<p data-height="265" data-theme-id="0" data-slug-hash="VWxgbY" data-default-tab="js,result" data-user="kumarrishikesh12" data-embed-version="2" data-pen-title="Add share popup to links" class="codepen">See the Pen <a href="https://codepen.io/kumarrishikesh12/pen/VWxgbY/">Add share popup to links</a> by Rishikesh kumar (<a href="https://codepen.io/kumarrishikesh12">@kumarrishikesh12</a>) on <a href="https://codepen.io">CodePen</a>.</p> 
 
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>

+0

ありがとう、ありがとうございました – rid

+0

@rid ...あなたの 'twitter 'シェアモデルはこちらです.. https://codepen.io/kumarrishikesh12/pen/eRrxLx –

+0

あなたは素晴らしいです、RïshïKêshKümar! – rid

関連する問題