Answer the question
In order to leave comments, you need to log in
How to design your share buttons?
We want to create our own share buttons, how to do it? It is about the implementation of design in api
Answer the question
In order to leave comments, you need to log in
For VK link like https://vk.com/share.php?url=http://example.com
Documentation here: https://vk.com/dev/share_details
For other social. networks have an analogy
. Stuff a link into any design and you're done.
Widgets cannot be styled directly
. Opening in a new window:
<a href="https://vk.com/share.php?url=http://example.com" onclick="return window.open(this.href,'Поделиться с друзьями','width=640,height=480');">Новое окно</a>
@media all and (orientation:portrait) {
}
@media all and (orientation:landscape) {
}
<link rel="stylesheet" media="all and (orientation:portrait)" href="стиль.портрет.цсс">
<link rel="stylesheet" media="all and (orientation:landscape)" href="стиль.пейзаж.цсс>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question