D
D
Daniyar Kudaibergenov2015-01-30 09:45:01
Google
Daniyar Kudaibergenov, 2015-01-30 09:45:01

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

2 answer(s)
A
Andrey Khokhlov, 2015-01-30
@andrhohlov

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>

A
A person from Kazakhstan, 2017-08-25
@LenovoId

@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="стиль.пейзаж.цсс>

so it seems

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question