Tagged Questions
The share tag has no wiki summary.
19
votes
3answers
17k views
Facebook sharer, pass in a comment?
Is it possible to post a description/comment variable to the facebook sharer url? It's only possible for url and title as far as I can figure out.
18
votes
5answers
4k views
Adding a Google Plus (one or share) link to an email newsletter
I am trying to find a way to embed a share/+1 link for Google+ in a Newsletter, much like the Facebook share and tweeter tweet links can be embedded in a newsletter, which can be achieved with the ...
18
votes
3answers
3k views
Share link on Google+
Is it possible to share/post to Google+ without using the +1 button?
e.g. Like a normal tweet button works with a url link: http://twitter.com/share?url=httpetcetcetc
10
votes
2answers
913 views
Not able to share link using Sharekit in iphone
I am using the sharekit to use facebook
Now here..
I want to "share link" in the facebook for this I have found this way in the sharekit documentation
// Create the item to share (in this ...
9
votes
2answers
193 views
Techniques for extracting the 'best' image from a webpage
I'm trying to build something akin to Facebook's "Share" functionality for my website.
I've gotten to the point where I can accept a URL, scrape it for meta keywords and suitably get ...
8
votes
4answers
2k views
How do you share data between a parent and forked child process in Python?
I'm pretty sure one would do this using the os.plock(op) function, but I have no idea how. Also, if there's a better way, I'd be grateful to find out. Code snippets are very welcome. Thanks!
7
votes
5answers
3k views
Can two different browser share on cookie?
My requirement is pretty interesting, I want to maintain one cookie between two different browser for same domain.
so lets say I have create one cookie with name "mydata" and value "hiscal" from IE, ...
7
votes
7answers
5k views
Sharing memory between two processes (C, Windows)
Since I haven't found an answer to the question asked previously here I'm trying a different approach.
Is there any way to share memory between two processes?
The second process gets the ...
7
votes
4answers
4k views
Portable way to pass file descriptor between different processes
On most UNIX systems passing an open file between processes can be easily done for child/parent processes by fork(); however I need to share a fd "after" the child was already forked.
I've found some ...
6
votes
1answer
104 views
Facebook share 'clickable' url-link issue
I have a problem with clickable url-link in Facebook.
As you can see nr 1. is not clickable but nr 2 and 3 are.
Sometimes it is clickable and other times not. (randomize)
What I want is that all ...
6
votes
3answers
213 views
Implement common behaviour in alternative to abstract base classes?
In C#, I have a class hierarchy with a couple of abstract base classes near the top and a fair number of derived classes. A few these concrete classes have some common properties and methods that are ...
6
votes
2answers
755 views
Subversion (SVN) equivalant to Visual Source Safe (VSS) “Share”
I have a scenario in my project where I need to share a single file between multiple projects in the same solution. Back in my Visual Source Safe days (Shudder), I'd use the "Share" option to allow me ...
6
votes
2answers
6k views
Sharing a folder and setting permissions in PowerShell
I need a script to run on Vista Ultimate to share an external drive and assign full control to Everyone. I've got a batch file to create the share using net share, but there doesn't seem to be a way ...
5
votes
4answers
123 views
Where can I share my programs? [closed]
i created a decent amount of programs and I want to share them with other people, which website do you guys suggest?
I am not sure if this question fits with the website here so tell me if it isn't ...
5
votes
2answers
311 views
linkedin button dynamic rendering
How to render linkedin button in a dynamic way? e.g. writing the "<script type='in/share'></script>" at runtime or after the page has finished loading. I already tested on writing it or ...
5
votes
2answers
289 views
MVVM - Share/Reuse ViewModels between Silverlight and WPF
Is it possible to share viewmodels across platforms - WPF/Silverlight? I started down the path of putting my VMs in a separate assembly and soon came to ICommand - which then led me to ask this ...
5
votes
4answers
465 views
Share aspx page between projects
We have a solution with multiple web projects, and there are some pages that should be present in several of them. So we'd need some sort of a shared project which contains aspx files, and which can ...
5
votes
4answers
141 views
How can subclasses share behavior when one already derives from a different base class?
I have two classes that implement ISomeBehavior. Now I want them to share functionality. Normally I would replace ISomeBehavior with an abstract class, like SomeBehaviorBase. The problem is that one ...
5
votes
1answer
585 views
Perl: Threading with shared multi-dimensional hash
I am trying to share a multi-dimensional hash over multiple threads.
This hash holds 2 connected key-pairs, I need to know if they are already connected, if they are not, I need to connect them, if ...
5
votes
5answers
314 views
How to treat RAM data as if it was a real file?
So I have some temp data in my program (in RAM). I want to somehow make it seem as it is a file (for example for sending it into another program which takes a file link as argument)?
Is it possible?
...
5
votes
4answers
469 views
Specifying a target folder for Eclipse 3.4+ plugins when installing via Software Updates
After searching around I see that eclipse 3.4/3.5 now allow you to use their 'dropin' folder to manually install plugins.
This works well in a situation where you have already downloaded the feature ...
4
votes
1answer
108 views
How to send file/image in BlackBerry messenger using BBM PIN/Send to BBM Contact through BlackBerry Application
I want to share my app in BlackBerry Messenger from my Application.
I want to share my App icon and description of my Application. Is it possible to implement this without any BBM Sdk or any other ...
4
votes
5answers
157 views
Please recommend solution to share source code internally
I work as a C# developer,our company has 4 teams,each of which devoted some 5 years develop in C#/Java.During years we wrote some applications(Some to improve our own work efficent,some to evaluate ...
4
votes
1answer
615 views
Powershell: How do I connect to a network folder on a different domain with stored non-plaintext username/password
I'm trying to connect to a network share via powershell. The network share is on a different domain, so I need to supply credentials. Since New-PSDrive doesn't support credentials, I was going to use ...
4
votes
1answer
337 views
How to exclude your own app from the Share menu?
The app has an intent filter to allow it to appear in the share menu in other applications via ACTION_SEND intents. The app itself also has a share menu using ACTION_SEND and createChooser(), and my ...
4
votes
1answer
2k views
How long is Facebook caching the sharing thumbnails?
How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using:
<meta property="og:image" content="/path/to/my/image" />
But on pages I've already ...
4
votes
2answers
2k views
data share between two iphone apps
i want to share text data between two iphone apps. How can i use paste board for this purpose. Can anyone help me with a sample code. Thanks in advance. Suggest me if there are better ways than ...
4
votes
4answers
5k views
Updating facebook status with message from a Javascript variable
Is there an easy way to let users update their status on Facebook with a message I have in a JavaScript variable? I know there's a URL you can use to share a link, which looks like:
<a ...
4
votes
4answers
3k views
Releasing Windows file share locks
This problem crops up every now and then at work. Our build machine can have it's files accessed via a normal windows file share. If someone browses a folder remotely on the machine, and leaves the ...
3
votes
1answer
27 views
App not registering in the “Share” menu as ACTION_SEND intent handler
I have a free and paid Android app both based on the same core library code with just different subpackage names, a simple full version boolean switch and "LITE" in the app name for the free one. It ...
3
votes
1answer
33 views
is there an equivalent of FileTypeImageUtils for Alfresco Share?
I need to retrieve the icon of a content file based on its media type.
I know that in Alfresco Explorer you could use the FileTypeImageUtils.getFileTypeImage() method.
Is there something equivalent ...
3
votes
2answers
311 views
Get URI of .mp3 file stored in res/raw folder in android
I have many .mp3 files stored in res/raw folder.
I am getting URI of .mp3 file using following code.
Uri.parse("android.resource:///com.my.android.sharesound/"+resId);
This returns : ...
3
votes
2answers
102 views
Does Alfresco Share provide any mecanism for Inter Dashlet Communication?
I am trying to figure out how to perform some inter dashlet communication with Alfresco Share.
Here a simple use case:
We do have 2 dashlets, let's call them A and B. I want to be able to fill in a ...
3
votes
1answer
110 views
How to get the “shares” of a wall post with FQL
I can't find them in the "stream" table, nor if with a "link_stat" query... any solutions ?
3
votes
2answers
644 views
Provide link/Redirect after a 'Like' or 'Share' on Facebook or a 'Share' on Twitter
basically what I want to do is forward people to a download link once they either 'like' my page on Facebook or post a link of the page to their profile (whatever is easier) and something similar for ...
3
votes
1answer
461 views
FB + Twitter share buttons + FB Like button === huge performance issues
My brand new job is full of wonderful and awful surprises. one of the most interesting part of this job is the will to enhance, accelerate, make everything scale.
And today, first real problem.
Here's ...
3
votes
2answers
1k views
xCode 4 “File not Found” when creating .ipa with core-plot library
I have my app ready to ship, and I can not create the .ipa I need to do so.
I have reproduced my problem in a very small example.
1) Create a new project (I used a Nav Bar application).
2) Build for ...
3
votes
2answers
9k views
facebook share button with custom title, description, and image [closed]
Possible Duplicate:
How does Facebook Sharer select Images?
It looks like that the facebook support custom title, description, and thumbnail in serveral ways.
So far, I have found two ...
3
votes
1answer
412 views
Sharing files with Windows CE virtual machine in Virtual PC?
How can I share a file with my virtualised Windows CE box if the HPC Factor WindowsCE Virtual PC images do not support the Virtual Machine Additions or the virtual network driver?
I cannot mount a ...
3
votes
2answers
882 views
Eclipse: share code among multiple projects
I have different projects in Eclipse (java me midlets) which all need to share code. Currently I duplicate things, but this is not ideal.
What is the best way to do this?
Thanks!
EDIT:
I tried to add ...
3
votes
1answer
388 views
How to configure an existing git repo to be shared by a UNIX group
I have an existing git repo (a bare one) which has up to this point only been writable by me. I want to open it up to some UNIX user group, foo, so that all members of foo can push to it. I'm aware ...
3
votes
3answers
779 views
How do you pass or share variables between django views?
I'm kind of lost as to how to do this:
I have some chained select boxes, with one select box per view. Each choice should be saved so that a query is built up. At the end, the query should be run.
...
3
votes
1answer
1k views
Shortcut/Link to another folder in TFS
We have a service written in one of our Team Projects.
It's in "Project A". This service was modified to work not only for "Project A", but also for "Project B" which of course, is another Team ...
2
votes
1answer
70 views
Customizing Doclib Filter in Alfresco Share
In Alfresco 4.0, I'd like to extend Share Doclib Filter webscript to add my own customized filter.
Is there a simple way to add my own filter in the share-config-custom.xml?
How do I define my own ...
2
votes
1answer
97 views
How to force Share Intent to open a specific app?
I like share intent, it is perfect to open sharing apps with image and text parameters.
But now i'm researching the way to force share intent to open a specific app from the list, with the paramters ...
2
votes
2answers
111 views
Develop android application with “share-to” functionality
I want to develop an android application that receives documents from other apps, converts them to pdf, and sends the pdf to an online API.
My question is: How do I show my app in the list of "share ...
2
votes
1answer
57 views
will facebook sharer functionality be supported?
I know that fb_share button is deprecated and devs are recommended to use like button.
Can we safely use http://facebook.com/sharer/sharer.php?u= link to provide ability of sharing some news from our ...
2
votes
1answer
175 views
Alfresco + Share with LDAP authentication + SSO
I am trying to enable the SSO option for the Alfresco and Share webapp. The authentication is made via LDAP and it all works fine for Alfresco and CIFS but when I try to access some components that ...
2
votes
1answer
54 views
Store and Use Configuaration values in Alfresco Share (solved)
I have a custom developed share dashlet that has hardcoded values in use (For example the name of a Workspace to use as a default).
I would rather have the values placed into a configuration file and ...
2
votes
3answers
67 views
Best way to share custom PHP code amongst projects
I'm developing a distributed environment, mostly in PHP.
A lot of the projects that I have share some of the same code. For example my logging code (based on log4php but with some custom additions).
...