Top "Share" questions

questions about sharing resources in (local, and social) networks

Facebook and twitter share for mobile web

Is there a special url for sharing to Facebook and Twitter for mobile? Or are they the same as those …

facebook mobile twitter share
How to copy a file from a network share to local disk with variables?

If I use the following line: shutil.copyfile(r"\\mynetworkshare\myfile.txt","C:\TEMP\myfile.txt") everything works fine. However, …

python network-programming share
iOS: How to share text and image on social networks?

Please, can you tell me if I'm doing mistakes? NSString *sharedMsg=[NSString stringWithFormat:@"Hello world"]; UIImage* sharedImg=[UIImage imageNamed:@"image"]; …

ios facebook share uiactivityviewcontroller
google plus share and parameters in url

I use Google+ to share some links on my page and there is a problem when I try to share …

html url google-plus share
Setting folder permissions in Windows using Python

I'm using Python to create a new personal folder when a users AD account is created. The folder is being …

python permissions active-directory share
Google+ share url: what parameters does it use?

I want to make like on Stackoverflow. I do not whant +1 button (it takes some time for loading and all …

google-plus share
How to customize share intent in Android?

Now i can use the share intent to open the share dialog Intent intent = new Intent(Intent.ACTION_SEND); intent.…

android share
Sharing a Windows mapped drive

I have a software archiving solution which requires a Windows share for the client but I want to actually store …

windows file share samba filemap
How do I create a standard iOS Share button?

The iOS Human Interface Guidelines say: Use the system-provided Share button. Users are familiar with the meaning and behavior of …

ios cocoa-touch ios7 uikit share
What is the best way to share/distribute Excel macro?

I wrote the macro in Excel and want to distribute it to the users. Once opened I want the macro …

excel vba share distribute