ユーザーの google+ フィードに画像付きの ling を共有しようとしているので、PlusShare を使用しています。
Intent shareIntent = new PlusShare.Builder(v.getContext())
.setType("text/plain")
.setText("Some text")
.setContentUrl("http://example.com/images/image.png")
.getIntent();
startActivityForResult(shareIntent, 0);
私の問題は、投稿に添付された画像が私http://example.com/images/image.png
のものではなく、ルートページにある画像であることですhttp://example.com